header corruption
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 2 Aug 1992 06:59:29 +0000 (22:59 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 2 Aug 1992 06:59:29 +0000 (22:59 -0800)
SCCS-vsn: usr.sbin/amd/amd/mntfs.c 5.5
SCCS-vsn: usr.sbin/amd/amd/nfs_ops.c 5.6
SCCS-vsn: usr.sbin/amd/amd/opts.c 5.6
SCCS-vsn: usr.sbin/amd/amd/restart.c 5.5

usr/src/usr.sbin/amd/amd/mntfs.c
usr/src/usr.sbin/amd/amd/nfs_ops.c
usr/src/usr.sbin/amd/amd/opts.c
usr/src/usr.sbin/amd/amd/restart.c

index ecfcda2..c18cee8 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*-
  * Copyright (c) 1990 Jan-Simon Pendry
  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
  * Copyright (c) 1990 The Regents of the University of California.
  * Copyright (c) 1990 Jan-Simon Pendry
  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
  * Copyright (c) 1990 The Regents of the University of California.
@@ -9,12 +9,14 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mntfs.c     1.2 (Berkeley) 6/25/91
- *
  * $Id: mntfs.c,v 5.2.2.1 1992/02/09 15:08:42 jsp beta $
  * $Id: mntfs.c,v 5.2.2.1 1992/02/09 15:08:42 jsp beta $
- *
  */
 
  */
 
+#ifndef lint
+static char sccsid[] = "@(#)mntfs.c    5.5 (Berkeley) %G%";
+#endif /* not lint */
+
+
 #include "am.h"
 
 extern qelem mfhead;
 #include "am.h"
 
 extern qelem mfhead;
index 147dc1f..a9c4791 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*-
  * Copyright (c) 1990 Jan-Simon Pendry
  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
  * Copyright (c) 1990 The Regents of the University of California.
  * Copyright (c) 1990 Jan-Simon Pendry
  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
  * Copyright (c) 1990 The Regents of the University of California.
@@ -9,12 +9,13 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)nfs_ops.c   1.3 (Berkeley) 6/26/91
- *
  * $Id: nfs_ops.c,v 5.2.2.2 1992/05/31 16:35:05 jsp Exp $
  * $Id: nfs_ops.c,v 5.2.2.2 1992/05/31 16:35:05 jsp Exp $
- *
  */
 
  */
 
+#ifndef lint
+static char sccsid[] = "@(#)nfs_ops.c  5.6 (Berkeley) %G%";
+#endif /* not lint */
+
 #include "am.h"
 #include <sys/stat.h>
 
 #include "am.h"
 #include <sys/stat.h>
 
index a85bdf4..d370975 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*-
  * Copyright (c) 1989 Jan-Simon Pendry
  * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
  * Copyright (c) 1989 The Regents of the University of California.
  * Copyright (c) 1989 Jan-Simon Pendry
  * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
  * Copyright (c) 1989 The Regents of the University of California.
@@ -9,12 +9,13 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)opts.c      1.3 (Berkeley) 6/26/91
- *
  * $Id: opts.c,v 5.2.2.3 1992/05/31 16:34:13 jsp Exp $
  * $Id: opts.c,v 5.2.2.3 1992/05/31 16:34:13 jsp Exp $
- *
  */
 
  */
 
+#ifndef lint
+static char sccsid[] = "@(#)opts.c     5.6 (Berkeley) %G%";
+#endif /* not lint */
+
 #include "am.h"
 
 extern char *getenv P((const char *));
 #include "am.h"
 
 extern char *getenv P((const char *));
index 6122e96..46c0a7e 100644 (file)
@@ -9,12 +9,14 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)restart.c   1.2 (Berkeley) 6/25/91
- *
  * $Id: restart.c,v 5.2.2.1 1992/02/09 15:08:59 jsp beta $
  *
  */
 
  * $Id: restart.c,v 5.2.2.1 1992/02/09 15:08:59 jsp beta $
  *
  */
 
+#ifndef lint
+static char sccsid[] = "@(#)restart.c  5.5 (Berkeley) %G%";
+#endif /* not lint */
+
 #include "am.h"
 
 /*
 #include "am.h"
 
 /*