summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/perm.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/at/perm.c')
-rw-r--r--usr.bin/at/perm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c
index c8c0671200d..10c263da320 100644
--- a/usr.bin/at/perm.c
+++ b/usr.bin/at/perm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: perm.c,v 1.1 1997/03/01 23:40:12 millert Exp $ */
+/* $OpenBSD: perm.c,v 1.2 2002/02/16 21:27:44 millert Exp $ */
/*
* perm.c - check user permission for at(1)
@@ -46,12 +46,12 @@
/* File scope variables */
#ifndef lint
-static char rcsid[] = "$OpenBSD: perm.c,v 1.1 1997/03/01 23:40:12 millert Exp $";
+static char rcsid[] = "$OpenBSD: perm.c,v 1.2 2002/02/16 21:27:44 millert Exp $";
#endif
/* Function declarations */
-static int check_for_user __P((FILE *, const char *));
+static int check_for_user(FILE *, const char *);
/* Local functions */