=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/gram.y,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/rdist/gram.y 2012/11/12 01:14:41 1.10 +++ src/usr.bin/rdist/gram.y 2014/06/07 15:28:21 1.11 @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: gram.y,v 1.10 2012/11/12 01:14:41 guenther Exp $ */ +/* $OpenBSD: gram.y,v 1.11 2014/06/07 15:28:21 deraadt Exp $ */ /* * Copyright (c) 1993 Michael A. Cooper @@ -33,10 +33,10 @@ #include "defs.h" -static struct namelist *addnl __P((struct namelist *, struct namelist *)); -static struct namelist *subnl __P((struct namelist *, struct namelist *)); -static struct namelist *andnl __P((struct namelist *, struct namelist *)); -static int innl __P((struct namelist *nl, char *p)); +static struct namelist *addnl(struct namelist *, struct namelist *); +static struct namelist *subnl(struct namelist *, struct namelist *); +static struct namelist *andnl(struct namelist *, struct namelist *); +static int innl(struct namelist *nl, char *p); struct cmd *cmds = NULL; struct cmd *last_cmd;