summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-11-12 22:27:11 +0000
committerderaadt <deraadt@openbsd.org>2013-11-12 22:27:11 +0000
commitd2c628498841c9ac8784fce4f500adc0b8f7ca9d (patch)
tree15f50b7be9106db910bad82892c55a0413493186 /usr.sbin/pstat
parentTrick the compiler that volatile temporary is used while raising (diff)
downloadwireguard-openbsd-d2c628498841c9ac8784fce4f500adc0b8f7ca9d.tar.xz
wireguard-openbsd-d2c628498841c9ac8784fce4f500adc0b8f7ca9d.zip
ensure there are prototypes
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/pstat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 1291e68f58c..68caeb969fc 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pstat.c,v 1.87 2013/10/22 16:40:27 guenther Exp $ */
+/* $OpenBSD: pstat.c,v 1.88 2013/11/12 22:27:11 deraadt Exp $ */
/* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */
/*-
@@ -117,6 +117,7 @@ int nfs_print(struct vnode *);
void swapmode(void);
void ttymode(void);
void ttyprt(struct itty *);
+void tty2itty(struct tty *tp, struct itty *itp);
void ufs_header(void);
int ufs_print(struct vnode *);
void ext2fs_header(void);