]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/main.c
WARNSify, deprecate register
[bsdgames-darwin.git] / sail / main.c
index 125b75a5dcf57d5df97a1d8b371f1254251d1db5..615b0cb97dad4ca2bc1e0a88b8d786c12e15a044 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: main.c,v 1.4 1997/01/07 12:42:22 tls 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
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1983 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1983, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)main.c     5.5 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:51:44 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)main.c     8.2 (Berkeley) 4/28/95";
+#else
+static char rcsid[] = "$NetBSD: main.c,v 1.4 1997/01/07 12:42:22 tls Exp $";
+#endif
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 /*ARGSUSED*/
 main(argc, argv)