summaryrefslogtreecommitdiffstats
path: root/usr.bin/unvis/unvis.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/unvis/unvis.c')
-rw-r--r--usr.bin/unvis/unvis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c
index cdec94c..1549fd9 100644
--- a/usr.bin/unvis/unvis.c
+++ b/usr.bin/unvis/unvis.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: unvis.c,v 1.3 1997/08/21 06:52:43 charnier Exp $";
#endif /* not lint */
#include <err.h>
@@ -53,7 +53,7 @@ static const char rcsid[] =
void process __P((FILE *, char *));
static void usage __P((void));
-void
+int
main(argc, argv)
char *argv[];
{
OpenPOWER on IntegriCloud