+/* $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[] = "from: @(#)lo_main.c 5.7 (Berkeley) 2/28/91";*/
-static char rcsid[] = "$Id: lo_main.c,v 1.2 1993/08/01 18:51:45 mycroft Exp $";
+#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 */
/*
*/
#include <sys/types.h>
#include <pwd.h>
-#include "externs.h"
+#include "extern.h"
#include "pathnames.h"
char *title[] = {
"Commander", "Lieutenant"
};
+int
lo_main()
{
FILE *fp;