syntax error; fix for ANSI C
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 27 Dec 1987 04:09:44 +0000 (20:09 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 27 Dec 1987 04:09:44 +0000 (20:09 -0800)
SCCS-vsn: sbin/XNSrouted/af.c 5.7

usr/src/sbin/XNSrouted/af.c

index 3907f11..4b21daf 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)af.c       5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)af.c       5.7 (Berkeley) %G%";
 #endif not lint
 
 
 #endif not lint
 
 
@@ -21,7 +21,7 @@ int   null_hash(), null_netmatch(), null_output(),
        null_portmatch(), null_portcheck(),
        null_checkhost(), null_ishost(), null_canon();
 int    xnnet_hash(), xnnet_netmatch(), xnnet_output(),
        null_portmatch(), null_portcheck(),
        null_checkhost(), null_ishost(), null_canon();
 int    xnnet_hash(), xnnet_netmatch(), xnnet_output(),
-       xnnet_portmatch();
+       xnnet_portmatch(),
        xnnet_checkhost(), xnnet_ishost(), xnnet_canon();
 #define NIL \
        { null_hash,            null_netmatch,          null_output, \
        xnnet_checkhost(), xnnet_ishost(), xnnet_canon();
 #define NIL \
        { null_hash,            null_netmatch,          null_output, \