summaryrefslogtreecommitdiff
path: root/usr.bin/wall/wall.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-25 21:09:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-25 21:09:54 +0000
commit658b0ab0595d3151e0471e406bf75b779c6d7b3c (patch)
tree16745f62bb93769e69c7757303bfe86ae9a6b06e /usr.bin/wall/wall.c
parentbde9d66965be4c90d5a82612a826e08f1d5d2bc8 (diff)
delete junk protos
Diffstat (limited to 'usr.bin/wall/wall.c')
-rw-r--r--usr.bin/wall/wall.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c
index 5f34c3a2557..d0d3c7ff823 100644
--- a/usr.bin/wall/wall.c
+++ b/usr.bin/wall/wall.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wall.c,v 1.18 2003/06/03 02:56:22 millert Exp $ */
+/* $OpenBSD: wall.c,v 1.19 2003/06/25 21:09:53 deraadt Exp $ */
/* $NetBSD: wall.c,v 1.6 1994/11/17 07:17:58 jtc Exp $ */
/*
@@ -40,7 +40,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)wall.c 8.2 (Berkeley) 11/16/93";
#endif
-static const char rcsid[] = "$OpenBSD: wall.c,v 1.18 2003/06/03 02:56:22 millert Exp $";
+static const char rcsid[] = "$OpenBSD: wall.c,v 1.19 2003/06/25 21:09:53 deraadt Exp $";
#endif /* not lint */
/*
@@ -159,7 +159,7 @@ makemsg(char *fname)
struct tm *lt;
struct passwd *pw;
struct stat sbuf;
- time_t now, time();
+ time_t now;
FILE *fp;
int fd;
char *p, *whom, hostname[MAXHOSTNAMELEN], lbuf[100], tmpname[MAXPATHLEN];