fix sccsid to use keywords and modern initialization syntax
[unix-history] / usr / src / games / sail / main.c
index 5601f36..4aa7a49 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)main.c      2.1 85/03/04";
-#endif
+static char sccsid[] = "@(#)main.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "externs.h"
 
 
 #include "externs.h"
 
@@ -43,6 +55,9 @@ main(argc, argv)
                case 'l':
                        longfmt++;
                        break;
                case 'l':
                        longfmt++;
                        break;
+               case 'b':
+                       nobells++;
+                       break;
                default:
                        fprintf(stderr, "SAIL: Unknown flag %s.\n", p);
                        exit(1);
                default:
                        fprintf(stderr, "SAIL: Unknown flag %s.\n", p);
                        exit(1);