summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint1/emit.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /usr.bin/xlint/lint1/emit.c
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'usr.bin/xlint/lint1/emit.c')
-rw-r--r--usr.bin/xlint/lint1/emit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint1/emit.c b/usr.bin/xlint/lint1/emit.c
index 5d2156a50cf..18dfaf49a62 100644
--- a/usr.bin/xlint/lint1/emit.c
+++ b/usr.bin/xlint/lint1/emit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: emit.c,v 1.2 1996/06/26 05:44:10 deraadt Exp $ */
+/* $OpenBSD: emit.c,v 1.3 2002/02/16 21:27:59 millert Exp $ */
/* $NetBSD: emit.c,v 1.2 1995/07/03 21:24:00 cgd Exp $ */
/*
@@ -33,7 +33,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: emit.c,v 1.2 1996/06/26 05:44:10 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: emit.c,v 1.3 2002/02/16 21:27:59 millert Exp $";
#endif
#include <stdio.h>
@@ -50,7 +50,7 @@ static FILE *lout;
/* output buffer data */
ob_t ob;
-static void outxbuf __P((void));
+static void outxbuf(void);
/*