summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/finger/util.c')
-rw-r--r--usr.bin/finger/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c
index 3a001a2..218b1bf 100644
--- a/usr.bin/finger/util.c
+++ b/usr.bin/finger/util.c
@@ -60,9 +60,9 @@ __FBSDID("$FreeBSD$");
#include "finger.h"
#include "pathnames.h"
-static void find_idle_and_ttywrite __P((WHERE *));
-static void userinfo __P((PERSON *, struct passwd *));
-static WHERE *walloc __P((PERSON *));
+static void find_idle_and_ttywrite(WHERE *);
+static void userinfo(PERSON *, struct passwd *);
+static WHERE *walloc(PERSON *);
int
match(pw, user)
OpenPOWER on IntegriCloud