From d2c628498841c9ac8784fce4f500adc0b8f7ca9d Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 12 Nov 2013 22:27:11 +0000 Subject: ensure there are prototypes --- usr.sbin/pstat/pstat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/pstat') 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); -- cgit v1.2.3-59-g8ed1b