summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-01-08 18:15:56 +0000
committermillert <millert@openbsd.org>2004-01-08 18:15:56 +0000
commit01740985954e9563487a7ad236d25b0f756c1fac (patch)
tree020fcaf4c6668de7fc62ae7fcde9b20d845492b6
parentConvert to kinfo_proc2; ok deraadt@ (diff)
downloadwireguard-openbsd-01740985954e9563487a7ad236d25b0f756c1fac.tar.xz
wireguard-openbsd-01740985954e9563487a7ad236d25b0f756c1fac.zip
Silence warning
-rw-r--r--usr.bin/w/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h
index 3974579b14c..1c3c492090a 100644
--- a/usr.bin/w/extern.h
+++ b/usr.bin/w/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.5 2004/01/08 18:14:51 millert Exp $ */
+/* $OpenBSD: extern.h,v 1.6 2004/01/08 18:15:56 millert Exp $ */
/*-
* Copyright (c) 1993
@@ -31,7 +31,7 @@
* @(#)extern.h 8.1 (Berkeley) 6/6/93
*/
-struct proc;
+struct kinfo_proc2;
void fmt_puts(char *, int *);
void fmt_putc(int, int *);
void pr_attime(time_t *, time_t *);