summaryrefslogtreecommitdiffstats
path: root/usr.bin/ul/ul.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ul/ul.c')
-rw-r--r--usr.bin/ul/ul.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ul/ul.c b/usr.bin/ul/ul.c
index 19a74e6..f6fbdf0 100644
--- a/usr.bin/ul/ul.c
+++ b/usr.bin/ul/ul.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ul.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: ul.c,v 1.4 1997/08/20 11:01:59 charnier Exp $";
#endif /* not lint */
#include <err.h>
@@ -99,7 +99,7 @@ void outc __P((int));
#define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)
-void
+int
main(argc, argv)
int argc;
char **argv;
OpenPOWER on IntegriCloud