diff options
Diffstat (limited to 'usr.sbin/config/files.c')
| -rw-r--r-- | usr.sbin/config/files.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/config/files.c b/usr.sbin/config/files.c index 4245d2fe5b9..e57cffc7a7d 100644 --- a/usr.sbin/config/files.c +++ b/usr.sbin/config/files.c @@ -1,4 +1,4 @@ -/* $OpenBSD: files.c,v 1.9 2002/02/16 21:28:01 millert Exp $ */ +/* $OpenBSD: files.c,v 1.10 2002/02/17 19:42:35 millert Exp $ */ /* $NetBSD: files.c,v 1.6 1996/03/17 13:18:17 cgd Exp $ */ /* @@ -72,8 +72,8 @@ static int checkaux(const char *, void *); static int fixcount(const char *, void *); static int fixfsel(const char *, void *); static int fixsel(const char *, void *); -static int expr_eval __P((struct nvlist *, - int (*)(const char *, void *), void *)); +static int expr_eval(struct nvlist *, + int (*)(const char *, void *), void *); static void expr_free(struct nvlist *); void |
