off by one error in limit for general sockaddr.
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Wed, 2 May 1990 06:51:21 +0000 (22:51 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Wed, 2 May 1990 06:51:21 +0000 (22:51 -0800)
SCCS-vsn: usr.bin/netstat/route.c 5.17
SCCS-vsn: usr.bin/netstat/if.c 5.12

usr/src/usr.bin/netstat/if.c
usr/src/usr.bin/netstat/route.c

index 1a82fa8..f44f3f4 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)if.c       5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)if.c       5.12 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index fd7717f..3dae1c8 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)route.c    5.16 (Berkeley) %G%";
+static char sccsid[] = "@(#)route.c    5.17 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>