cleaning up after bozos
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Fri, 7 Jun 1985 04:12:09 +0000 (20:12 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Fri, 7 Jun 1985 04:12:09 +0000 (20:12 -0800)
SCCS-vsn: bin/csh/time.c 5.2
SCCS-vsn: bin/csh/exec.c 5.2
SCCS-vsn: bin/csh/hist.c 5.2
SCCS-vsn: bin/csh/proc.c 5.2
SCCS-vsn: bin/csh/char.c 5.2
SCCS-vsn: bin/csh/csh.h 5.2
SCCS-vsn: bin/csh/file.c 5.2
SCCS-vsn: bin/csh/dir.h 5.2
SCCS-vsn: bin/csh/err.c 5.2
SCCS-vsn: bin/csh/exp.c 5.2
SCCS-vsn: bin/csh/init.c 5.2
SCCS-vsn: bin/csh/proc.h 5.2
SCCS-vsn: bin/csh/misc.c 5.2
SCCS-vsn: bin/csh/parse.c 5.2
SCCS-vsn: bin/csh/sem.c 5.2
SCCS-vsn: bin/csh/set.c 5.2
SCCS-vsn: bin/csh/glob.c 5.2
SCCS-vsn: bin/csh/dol.c 5.2
SCCS-vsn: bin/csh/csh.c 5.2
SCCS-vsn: bin/csh/dir.c 5.2
SCCS-vsn: bin/csh/lex.c 5.3
SCCS-vsn: bin/csh/func.c 5.2
SCCS-vsn: bin/csh/alloc.c 5.2
SCCS-vsn: bin/csh/Makefile 5.2
SCCS-vsn: bin/csh/char.h 5.2

25 files changed:
usr/src/bin/csh/Makefile
usr/src/bin/csh/alloc.c
usr/src/bin/csh/char.c
usr/src/bin/csh/char.h
usr/src/bin/csh/csh.c
usr/src/bin/csh/csh.h
usr/src/bin/csh/dir.c
usr/src/bin/csh/dir.h
usr/src/bin/csh/dol.c
usr/src/bin/csh/err.c
usr/src/bin/csh/exec.c
usr/src/bin/csh/exp.c
usr/src/bin/csh/file.c
usr/src/bin/csh/func.c
usr/src/bin/csh/glob.c
usr/src/bin/csh/hist.c
usr/src/bin/csh/init.c
usr/src/bin/csh/lex.c
usr/src/bin/csh/misc.c
usr/src/bin/csh/parse.c
usr/src/bin/csh/proc.c
usr/src/bin/csh/proc.h
usr/src/bin/csh/sem.c
usr/src/bin/csh/set.c
usr/src/bin/csh/time.c

index ba404f1..7d0a5cf 100644 (file)
@@ -1,9 +1,9 @@
 #
 # Copyright (c) 1980 Regents of the University of California.
 #
 # Copyright (c) 1980 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
+# All rights reserved.  The Berkeley Software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    5.2 (Berkeley) %G%
 #
 # C Shell with process control; VM/UNIX VAX Makefile
 # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
 #
 # C Shell with process control; VM/UNIX VAX Makefile
 # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
index 7eee8b0..7042116 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)alloc.c    5.2 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)alloc.c     5.2 (Berkeley) %G%";
+#endif
 
 /*
  * malloc.c (Caltech) 2/21/82
 
 /*
  * malloc.c (Caltech) 2/21/82
index 2079b0d..51d889b 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)char.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)char.c      5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.char.h"
 
 
 #include "sh.char.h"
 
index d77a4b6..c95c0c2 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)char.h      5.1 (Berkeley) %G%
+ *     @(#)char.h      5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 26ce663..2f5b0db 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)csh.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)csh.c       5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 #include <sys/ioctl.h>
 
 #include "sh.h"
 #include <sys/ioctl.h>
index 7b9eb08..affc1e9 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)csh.h       5.1 (Berkeley) %G%
+ *     @(#)csh.h       5.2 (Berkeley) %G%
  */
 
 #include <sys/time.h>
  */
 
 #include <sys/time.h>
index 336261f..6508149 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dir.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)dir.c       5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 #include "sh.dir.h"
 
 #include "sh.h"
 #include "sh.dir.h"
index 2de80ce..3e97ec8 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dir.h       5.1 (Berkeley) %G%
+ *     @(#)dir.h       5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index ec320ba..713d9fe 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dol.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)dol.c       5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 #include "sh.char.h"
 
 #include "sh.h"
 #include "sh.char.h"
index d4c053e..c1f7c37 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)err.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)err.c       5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 #include <sys/ioctl.h>
 
 #include "sh.h"
 #include <sys/ioctl.h>
index 1fea516..02dd783 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)exec.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)exec.c      5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 #include <sys/dir.h>
 
 #include "sh.h"
 #include <sys/dir.h>
index 283fec1..a5e3619 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)exp.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)exp.c       5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 
 
 #include "sh.h"
 
index e971d9c..81f13b1 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)file.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)file.c      5.2 (Berkeley) %G%";
+#endif
 
 #ifdef FILEC
 /*
 
 #ifdef FILEC
 /*
index 0f97110..b4badc1 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)func.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)func.c      5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 #include <sys/ioctl.h>
 
 #include "sh.h"
 #include <sys/ioctl.h>
index de56d8f..f253565 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)glob.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)glob.c      5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 #include "sh.char.h"
 
 #include "sh.h"
 #include "sh.char.h"
index 867a484..3cb60ca 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)hist.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)hist.c      5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 
 
 #include "sh.h"
 
index b3e501a..33654e7 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)init.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)init.c      5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.local.h"
 
 
 #include "sh.local.h"
 
index 79faa5a..9ca8608 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lex.c      5.2 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)lex.c       5.3 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 #include "sh.char.h"
 
 #include "sh.h"
 #include "sh.char.h"
index cae8873..49ad4ee 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)misc.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)misc.c      5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 
 
 #include "sh.h"
 
index 3ae1f4a..f83a8cd 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parse.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)parse.c     5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 
 
 #include "sh.h"
 
index 85a2312..1dbd64b 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)proc.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)proc.c      5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 #include "sh.dir.h"
 
 #include "sh.h"
 #include "sh.dir.h"
index de6e78a..8327e96 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)proc.h      5.1 (Berkeley) %G%
+ *     @(#)proc.h      5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 11fe312..c6588fd 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sem.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)sem.c       5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 #include "sh.proc.h"
 
 #include "sh.h"
 #include "sh.proc.h"
index 272956e..c72b30d 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)set.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)set.c       5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 
 
 #include "sh.h"
 
index 610494e..d2c6dc0 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
+ * All rights reserved.  The Berkeley Software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)time.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char *sccsid = "@(#)time.c      5.2 (Berkeley) %G%";
+#endif
 
 #include "sh.h"
 
 
 #include "sh.h"