Module Name: src Committed By: christos Date: Mon Mar 10 15:13:33 UTC 2025
Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y Log Message: remove the last __P To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/crypto/dist/ipsec-tools/src/racoon/cfparse.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/dist/ipsec-tools/src/racoon/cfparse.y diff -u src/crypto/dist/ipsec-tools/src/racoon/cfparse.y:1.56 src/crypto/dist/ipsec-tools/src/racoon/cfparse.y:1.57 --- src/crypto/dist/ipsec-tools/src/racoon/cfparse.y:1.56 Sun Mar 9 06:59:03 2025 +++ src/crypto/dist/ipsec-tools/src/racoon/cfparse.y Mon Mar 10 11:13:33 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: cfparse.y,v 1.56 2025/03/09 10:59:03 christos Exp $ */ +/* $NetBSD: cfparse.y,v 1.57 2025/03/10 15:13:33 christos Exp $ */ /* Id: cfparse.y,v 1.66 2006/08/22 18:17:17 manubsd Exp */ @@ -151,8 +151,8 @@ static void adminsock_conf(vchar_t *, vc static int set_isakmp_proposal(struct remoteconf *); static void clean_tmpalgtype(void); -static int expand_isakmpspec __P((int, int, int *, - int, int, time_t, int, int, int, char *, struct remoteconf *)); +static int expand_isakmpspec(int, int, int *, + int, int, time_t, int, int, int, char *, struct remoteconf *); void freeetypes (struct etypes **etypes);