Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/udp_usrreq.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- src/sys/netinet/udp_usrreq.c 1995/06/12 06:46:40 1.20 +++ src/sys/netinet/udp_usrreq.c 1995/06/12 06:48:56 1.21 @@ -1,4 +1,4 @@ -/* $NetBSD: udp_usrreq.c,v 1.20 1995/06/12 06:46:40 mycroft Exp $ */ +/* $NetBSD: udp_usrreq.c,v 1.21 1995/06/12 06:48:56 mycroft Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1990, 1993 @@ -365,8 +365,9 @@ udp_ctlinput(cmd, sa, ip) { register struct udphdr *uh; extern struct in_addr zeroin_addr; - extern int inetctlerrmap[], errno; + extern int inetctlerrmap[]; void (*notify) __P((struct inpcb *, int)) = udp_notify; + int errno; if ((unsigned)cmd >= PRC_NCMDS) return;