trailing comment after #else or #endif
[unix-history] / usr / src / sys / netiso / tp_pcb.h
index 57ac5a4..8bde24b 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)tp_pcb.h    7.23 (Berkeley) %G%
+ *     @(#)tp_pcb.h    7.25 (Berkeley) %G%
  */
 
 /***********************************************************
  */
 
 /***********************************************************
@@ -47,12 +47,12 @@ SOFTWARE.
 #ifndef  __TP_PCB__
 #define  __TP_PCB__
 
 #ifndef  __TP_PCB__
 #define  __TP_PCB__
 
-#include <netiso/netiso/tp_param.h>
-#include <netiso/netiso/tp_timer.h>
-#include <netiso/netiso/tp_user.h>
+#include <netiso/tp_param.h>
+#include <netiso/tp_timer.h>
+#include <netiso/tp_user.h>
 #ifndef sblock
 #include <sys/socketvar.h>
 #ifndef sblock
 #include <sys/socketvar.h>
-#endif sblock
+#endif /* sblock */
 
 /* NOTE: the code depends on REF_CLOSED > REF_OPEN > the rest, and
  * on REF_FREE being zero
 
 /* NOTE: the code depends on REF_CLOSED > REF_OPEN > the rest, and
  * on REF_FREE being zero
@@ -248,7 +248,7 @@ struct tp_pcb {
        /* performance stats - see tp_stat.h */
        struct tp_pmeas         *tp_p_meas;
        struct mbuf                     *tp_p_mbuf;
        /* performance stats - see tp_stat.h */
        struct tp_pmeas         *tp_p_meas;
        struct mbuf                     *tp_p_mbuf;
-#endif TP_PERF_MEAS
+#endif /* TP_PERF_MEAS */
 
        /* addressing */
        u_short                         tp_domain;              /* domain (INET, ISO) */
 
        /* addressing */
        u_short                         tp_domain;              /* domain (INET, ISO) */
@@ -327,4 +327,4 @@ extern struct tp_pcb        *tp_ftimeolist;
 #define        tpcbtoso(tp)    ((struct socket *)((tp)->tp_sock))
 #define        tpcbtoref(tp)   ((struct tp_ref *)((tp)->tp_ref))
 
 #define        tpcbtoso(tp)    ((struct socket *)((tp)->tp_sock))
 #define        tpcbtoref(tp)   ((struct tp_ref *)((tp)->tp_ref))
 
-#endif  __TP_PCB__
+#endif  /* __TP_PCB__ */