summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/expand/expand.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c
index b0e7ae9c68a..9265d498902 100644
--- a/usr.bin/expand/expand.c
+++ b/usr.bin/expand/expand.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: expand.c,v 1.6 2003/06/10 22:20:46 deraadt Exp $ */
+/* $OpenBSD: expand.c,v 1.7 2003/07/03 03:09:39 deraadt Exp $ */
/* $NetBSD: expand.c,v 1.5 1995/09/02 06:19:46 jtc Exp $ */
/*
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93";
#endif
-static char rcsid[] = "$OpenBSD: expand.c,v 1.6 2003/06/10 22:20:46 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: expand.c,v 1.7 2003/07/03 03:09:39 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>
@@ -54,8 +54,8 @@ static char rcsid[] = "$OpenBSD: expand.c,v 1.6 2003/06/10 22:20:46 deraadt Exp
int nstops;
int tabstops[100];
-static void getstops();
-static void usage();
+static void getstops(char *);
+static void usage(void);
int
main(int argc, char *argv[])