get the SCCS id back
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 3 Apr 1991 06:18:34 +0000 (22:18 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 3 Apr 1991 06:18:34 +0000 (22:18 -0800)
SCCS-vsn: bin/csh/exec.c 5.10

usr/src/bin/csh/exec.c

index fffcf75..95998da 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley Software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char *sccsid = "@(#)sh.exec.c   5.7 (Berkeley) 5/27/90";
-#endif
+static char sccsid[] = "@(#)exec.c     5.10 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "sh.h"
 #include <sys/dir.h>
 
 #include "sh.h"
 #include <sys/dir.h>