]> 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 c4f3a143bb42c947f0e07fb5d6a8377cb2a82660..92c50123fdd44af21c75dd4961f0c47c2c455710 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: lo_main.c,v 1.3 1995/04/22 10:36:59 cgd Exp $  */
+/*     $NetBSD: lo_main.c,v 1.5 1997/10/13 19:44:24 christos Exp $     */
 
 /*
  * Copyright (c) 1983, 1993
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
 #if 0
-static char sccsid[] = "@(#)lo_main.c  8.1 (Berkeley) 5/31/93";
+static char sccsid[] = "@(#)lo_main.c  8.2 (Berkeley) 4/28/95";
 #else
-static char rcsid[] = "$NetBSD: lo_main.c,v 1.3 1995/04/22 10:36:59 cgd Exp $";
+__RCSID("$NetBSD: lo_main.c,v 1.5 1997/10/13 19:44:24 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -48,7 +49,7 @@ static char rcsid[] = "$NetBSD: lo_main.c,v 1.3 1995/04/22 10:36:59 cgd Exp $";
  */
 #include <sys/types.h>
 #include <pwd.h>
-#include "externs.h"
+#include "extern.h"
 #include "pathnames.h"
 
 char *title[] = {
@@ -57,6 +58,7 @@ char *title[] = {
        "Commander", "Lieutenant"
 };
 
+int
 lo_main()
 {
        FILE *fp;