fix #endif something to #endif /* something */
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:01:39 +0000 (00:01 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 08:01:39 +0000 (00:01 -0800)
SCCS-vsn: sys/netiso/clnp_frag.c 7.15

usr/src/sys/netiso/clnp_frag.c

index cb92357..cbd996f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)clnp_frag.c 7.14 (Berkeley) %G%
+ *     @(#)clnp_frag.c 7.15 (Berkeley) %G%
  */
 
 /***********************************************************
  */
 
 /***********************************************************
@@ -218,7 +218,7 @@ struct rtentry *rt;                 /* route if direct ether */
                        error = troll_output(ifp, frag_hdr, first_hop, rt);
 #else
                        error = (*ifp->if_output)(ifp, frag_hdr, first_hop, rt);
                        error = troll_output(ifp, frag_hdr, first_hop, rt);
 #else
                        error = (*ifp->if_output)(ifp, frag_hdr, first_hop, rt);
-#endif TROLL
+#endif /* TROLL */
 
                        /*
                         *      Tough situation: if the error occured on the last 
 
                        /*
                         *      Tough situation: if the error occured on the last 
@@ -257,7 +257,7 @@ struct rtentry *rt;                 /* route if direct ether */
                                        num_bytes *= troll_random();
                                frag_size -= num_bytes;
                        }
                                        num_bytes *= troll_random();
                                frag_size -= num_bytes;
                        }
-#endif TROLL
+#endif /* TROLL */
                        total_len -= frag_size;
                        if (!last_frag) {
                                frag_base += frag_size;
                        total_len -= frag_size;
                        if (!last_frag) {
                                frag_base += frag_size;
@@ -830,4 +830,4 @@ struct rtentry *rt;
        }
 }
 
        }
 }
 
-#endif TROLL
+#endif /* TROLL */