From fa3791e1a7df72dae386c39862c6dad9fb7a5304 Mon Sep 17 00:00:00 2001 From: kevlo Date: Wed, 7 Nov 2007 10:53:41 +0000 Subject: Cleanup of userland __P use --- sbin/setkey/token.l | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sbin/setkey/token.l') diff --git a/sbin/setkey/token.l b/sbin/setkey/token.l index fe45770..c89982f 100644 --- a/sbin/setkey/token.l +++ b/sbin/setkey/token.l @@ -57,12 +57,12 @@ extern u_char m_buf[BUFSIZ]; extern u_int m_len; extern int f_debug; -int yylex __P((void)); -void yyfatal __P((const char *s)); -void yyerror __P((const char *s)); -extern void parse_init __P((void)); -int parse __P((FILE **)); -int yyparse __P((void)); +int yylex(void); +void yyfatal(const char *s); +void yyerror(const char *s); +extern void parse_init(void); +int parse(FILE **); +int yyparse(void); %} /* common section */ -- cgit v1.1