diff options
author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
commit | f1bb2cd2aa7488657658fbc09aae2ead579049ab (patch) | |
tree | 6ba560b9c74ad4aa7b2711587ec42a969bdca745 /usr.bin/finger/util.c | |
parent | 9f6092398b2ada850e3149754f08600fdff7caaa (diff) | |
download | src-test2-f1bb2cd2aa7488657658fbc09aae2ead579049ab.tar.gz src-test2-f1bb2cd2aa7488657658fbc09aae2ead579049ab.zip |
Notes
Diffstat (limited to 'usr.bin/finger/util.c')
-rw-r--r-- | usr.bin/finger/util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 3a001a2869ea..218b1bffd0ff 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) |