summaryrefslogtreecommitdiff
path: root/usr.bin/finger
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-02-08 08:24:30 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-02-08 08:24:30 +0000
commit3c490f3eba9c3389d1f45953d472b6618421e64f (patch)
treea7ede84fd3256cd986c26ad942f8746fc0a533bf /usr.bin/finger
parent96dbcfc267b7fdaa47fbba33d46f7c690bc651fd (diff)
finger/mail: two trivial functions were missed in earlier ansi passes
Diffstat (limited to 'usr.bin/finger')
-rw-r--r--usr.bin/finger/net.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c
index 9a49b6648fa..a6955df348d 100644
--- a/usr.bin/finger/net.c
+++ b/usr.bin/finger/net.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: net.c,v 1.14 2019/06/28 13:35:01 deraadt Exp $ */
+/* $OpenBSD: net.c,v 1.15 2023/02/08 08:24:29 tb Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
@@ -45,8 +45,7 @@
#include "extern.h"
void
-netfinger(name)
- char *name;
+netfinger(char *name)
{
FILE *fp;
int c, lastc;