summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2008-03-24 20:32:04 +0000
committerjasper <jasper@openbsd.org>2008-03-24 20:32:04 +0000
commit02324804a8cfe1e1501c9b7026bd075f21383148 (patch)
tree01b8b2b4399be5f992eb8518f718c6e0e4370e78
parentadd it(4) at port 0x228, found on some motherboards. (diff)
downloadwireguard-openbsd-02324804a8cfe1e1501c9b7026bd075f21383148.tar.xz
wireguard-openbsd-02324804a8cfe1e1501c9b7026bd075f21383148.zip
- extern.h is already included by ps.h, so zap it.
from Jacek Masiulaniec, via ray@ ok ray@
-rw-r--r--bin/ps/fmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c
index 19407b4cc91..c12e22bfca6 100644
--- a/bin/ps/fmt.c
+++ b/bin/ps/fmt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fmt.c,v 1.8 2006/04/25 15:41:07 deraadt Exp $ */
+/* $OpenBSD: fmt.c,v 1.9 2008/03/24 20:32:04 jasper Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -44,7 +44,6 @@
#include <unistd.h>
#include <vis.h>
#include "ps.h"
-#include "extern.h"
void
fmt_puts(const char *s, int *leftp)