From 5a2fd09ec4699a0c7670489d22efa673b65703fd Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 26 Dec 1987 20:09:44 -0800 Subject: [PATCH] syntax error; fix for ANSI C SCCS-vsn: sbin/XNSrouted/af.c 5.7 --- usr/src/sbin/XNSrouted/af.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sbin/XNSrouted/af.c b/usr/src/sbin/XNSrouted/af.c index 3907f11613..4b21daf0c5 100644 --- a/usr/src/sbin/XNSrouted/af.c +++ b/usr/src/sbin/XNSrouted/af.c @@ -8,7 +8,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)af.c 5.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)af.c 5.7 (Berkeley) %G%"; #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(), - xnnet_portmatch(); + xnnet_portmatch(), xnnet_checkhost(), xnnet_ishost(), xnnet_canon(); #define NIL \ { null_hash, null_netmatch, null_output, \ -- 2.20.1