]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/lo_main.c
This patch fixes a -Wcast-qual warning in wump(6).
[bsdgames-darwin.git] / sail / lo_main.c
index 1903258f94ff5aa01d942954656deffb2c8b1b3b..92c50123fdd44af21c75dd4961f0c47c2c455710 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: lo_main.c,v 1.5 1997/10/13 19:44:24 christos Exp $     */
+
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
-static char sccsid[] = "@(#)lo_main.c  5.7 (Berkeley) 2/28/91";
+#if 0
+static char sccsid[] = "@(#)lo_main.c  8.2 (Berkeley) 4/28/95";
+#else
+__RCSID("$NetBSD: lo_main.c,v 1.5 1997/10/13 19:44:24 christos Exp $");
+#endif
 #endif /* not lint */
 
 /*
@@ -42,7 +49,7 @@ static char sccsid[] = "@(#)lo_main.c 5.7 (Berkeley) 2/28/91";
  */
 #include <sys/types.h>
 #include <pwd.h>
-#include "externs.h"
+#include "extern.h"
 #include "pathnames.h"
 
 char *title[] = {
@@ -51,6 +58,7 @@ char *title[] = {
        "Commander", "Lieutenant"
 };
 
+int
 lo_main()
 {
        FILE *fp;