Fixed comments that start within a comment, so code compiles cleanly with
authorGarrett Wollman <wollman@FreeBSD.org>
Wed, 17 Nov 1993 23:32:23 +0000 (23:32 +0000)
committerGarrett Wollman <wollman@FreeBSD.org>
Wed, 17 Nov 1993 23:32:23 +0000 (23:32 +0000)
-Wcomment.

sys/net/if_arp.h
sys/netccitt/pk_subr.c

index fdd00dd..7d2efaf 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)if_arp.h      7.4 (Berkeley) 6/28/90
  * SUCH DAMAGE.
  *
  *     from: @(#)if_arp.h      7.4 (Berkeley) 6/28/90
- *     $Id: if_arp.h,v 1.2 1993/10/16 17:43:13 rgrimes Exp $
+ *     $Id: if_arp.h,v 1.3 1993/11/07 17:46:56 wollman Exp $
  */
 
 #ifndef _NET_IF_ARP_H_
  */
 
 #ifndef _NET_IF_ARP_H_
@@ -60,10 +60,10 @@ struct      arphdr {
  * The remaining fields are variable in size,
  * according to the sizes above.
  */
  * The remaining fields are variable in size,
  * according to the sizes above.
  */
-/*     u_char  ar_sha[];       /* sender hardware address */
-/*     u_char  ar_spa[];       /* sender protocol address */
-/*     u_char  ar_tha[];       /* target hardware address */
-/*     u_char  ar_tpa[];       /* target protocol address */
+/*     u_char  ar_sha[];*/     /* sender hardware address */
+/*     u_char  ar_spa[];*/     /* sender protocol address */
+/*     u_char  ar_tha[];*/     /* target hardware address */
+/*     u_char  ar_tpa[];*/     /* target protocol address */
 };
 
 /*
 };
 
 /*
index 81b55af..e2d7479 100644 (file)
@@ -36,7 +36,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)pk_subr.c     7.16 (Berkeley) 6/6/91
  * SUCH DAMAGE.
  *
  *     from: @(#)pk_subr.c     7.16 (Berkeley) 6/6/91
- *     $Id$
+ *     $Id: pk_subr.c,v 1.2 1993/10/16 19:46:53 rgrimes Exp $
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -157,7 +157,7 @@ struct pklcd *lcp;
 
        so -> so_pcb = 0;
        soisdisconnected (so);
 
        so -> so_pcb = 0;
        soisdisconnected (so);
-       /* sofree (so); /* gak!!! you can't do that here */
+       /* sofree (so);*/       /* gak!!! you can't do that here */
 }
 
 /* 
 }
 
 /*