X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/77e3814f0c0e3dea4d0032e25666f77e6f83bfff..bbe487c9b49fadb1264b0b120459fe7dd3db25d9:/sail/lo_main.c diff --git a/sail/lo_main.c b/sail/lo_main.c index 1903258f..92c50123 100644 --- a/sail/lo_main.c +++ b/sail/lo_main.c @@ -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 @@ -31,8 +33,13 @@ * SUCH DAMAGE. */ +#include #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 #include -#include "externs.h" +#include "extern.h" #include "pathnames.h" char *title[] = { @@ -51,6 +58,7 @@ char *title[] = { "Commander", "Lieutenant" }; +int lo_main() { FILE *fp;