Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/setkey remove redundant decl



details:   https://anonhg.NetBSD.org/src/rev/9a4de0366661
branches:  trunk
changeset: 503334:9a4de0366661
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 04 21:56:11 2001 +0000

description:
remove redundant decl

diffstat:

 sbin/setkey/parse.y |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a1d387334122 -r 9a4de0366661 sbin/setkey/parse.y
--- a/sbin/setkey/parse.y       Sun Feb 04 21:53:39 2001 +0000
+++ b/sbin/setkey/parse.y       Sun Feb 04 21:56:11 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: parse.y,v 1.2 2000/07/18 23:29:48 itojun Exp $ */
+/*     $NetBSD: parse.y,v 1.3 2001/02/04 21:56:11 christos Exp $       */
 /*     $KAME: parse.y,v 1.30 2000/07/15 16:08:01 itojun Exp $  */
 
 /*
@@ -79,7 +79,6 @@
 extern char cmdarg[8192];
 extern int f_debug;
 
-int setkeymsg __P((void));
 static struct addrinfo *parse_addr __P((char *, char *, int));
 static int setvarbuf __P((int *, struct sadb_ext *, int, caddr_t, int));
 void parse_init __P((void));



Home | Main Index | Thread Index | Old Index