4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 06:44:24 +0000 (22:44 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 06:44:24 +0000 (22:44 -0800)
SCCS-vsn: usr.bin/pascal/pdx/object/objsym.rep 8.1
SCCS-vsn: usr.bin/pascal/pdx/object/maketypes.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/object/readobj.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/object/readsym.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/pdx.1 8.1
SCCS-vsn: usr.bin/pascal/pdx/process/process.rep 8.1
SCCS-vsn: usr.bin/pascal/pdx/process/pstatus.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/process/ptrace.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/process/pxinfo.h 8.1
SCCS-vsn: usr.bin/pascal/pdx/process/rdwr.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/process/resume.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/process/runcont.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/process/start.c 8.1
SCCS-vsn: usr.bin/netstat/if.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/process/step.c 8.1
SCCS-vsn: usr.bin/netstat/inet.c 8.1
SCCS-vsn: usr.bin/netstat/iso.c 8.1
SCCS-vsn: usr.bin/netstat/main.c 8.1
SCCS-vsn: usr.bin/netstat/mbuf.c 8.1
SCCS-vsn: usr.bin/netstat/mroute.c 8.1
SCCS-vsn: usr.bin/netstat/netstat.1 8.1
SCCS-vsn: usr.bin/netstat/netstat.h 8.1
SCCS-vsn: usr.bin/netstat/ns.c 8.1
SCCS-vsn: usr.bin/netstat/route.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/runtime/address.c 8.1
SCCS-vsn: usr.bin/netstat/unix.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/runtime/callproc.c 8.1

27 files changed:
usr/src/usr.bin/netstat/if.c
usr/src/usr.bin/netstat/inet.c
usr/src/usr.bin/netstat/iso.c
usr/src/usr.bin/netstat/main.c
usr/src/usr.bin/netstat/mbuf.c
usr/src/usr.bin/netstat/mroute.c
usr/src/usr.bin/netstat/netstat.1
usr/src/usr.bin/netstat/netstat.h
usr/src/usr.bin/netstat/ns.c
usr/src/usr.bin/netstat/route.c
usr/src/usr.bin/netstat/unix.c
usr/src/usr.bin/pascal/pdx/object/maketypes.c
usr/src/usr.bin/pascal/pdx/object/objsym.rep
usr/src/usr.bin/pascal/pdx/object/readobj.c
usr/src/usr.bin/pascal/pdx/object/readsym.c
usr/src/usr.bin/pascal/pdx/pdx.1
usr/src/usr.bin/pascal/pdx/process/process.rep
usr/src/usr.bin/pascal/pdx/process/pstatus.c
usr/src/usr.bin/pascal/pdx/process/ptrace.c
usr/src/usr.bin/pascal/pdx/process/pxinfo.h
usr/src/usr.bin/pascal/pdx/process/rdwr.c
usr/src/usr.bin/pascal/pdx/process/resume.c
usr/src/usr.bin/pascal/pdx/process/runcont.c
usr/src/usr.bin/pascal/pdx/process/start.c
usr/src/usr.bin/pascal/pdx/process/step.c
usr/src/usr.bin/pascal/pdx/runtime/address.c
usr/src/usr.bin/pascal/pdx/runtime/callproc.c

index 0828ad3..46a0104 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983, 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)if.c       5.18 (Berkeley) %G%";
+static char sccsid[] = "@(#)if.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index d9d48d1..c76bbdd 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983, 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)inet.c     5.20 (Berkeley) %G%";
+static char sccsid[] = "@(#)inet.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index b17d0fc..d389191 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983, 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)iso.c      5.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)iso.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 4203064..1e0fc28 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.32 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index bb79d1e..dc46c2b 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983, 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mbuf.c     5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)mbuf.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index adbe335..88715ed 100644 (file)
@@ -1,14 +1,14 @@
 /*
  * Copyright (c) 1989 Stephen Deering
 /*
  * Copyright (c) 1989 Stephen Deering
- * Copyright (c) 1992 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Stephen Deering of Stanford University.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Stephen Deering of Stanford University.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mroute.c    7.2 (Berkeley) %G%
+ *     @(#)mroute.c    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 01ebb11..f4f8ee4 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)netstat.1   6.15 (Berkeley) %G%
+.\"    @(#)netstat.1   8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt NETSTAT 1
 .\"
 .Dd 
 .Dt NETSTAT 1
index 395f796..65e21cd 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)netstat.h   5.5 (Berkeley) %G%
+ *     @(#)netstat.h   8.1 (Berkeley) %G%
  */
 
 #include <sys/cdefs.h>
  */
 
 #include <sys/cdefs.h>
index 1883535..b82fd3a 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983, 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ns.c       5.16 (Berkeley) %G%";
+static char sccsid[] = "@(#)ns.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index ca3d564..3c3a5b8 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983, 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)route.c    5.27 (Berkeley) %G%";
+static char sccsid[] = "@(#)route.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 98094eb..ed9c6f4 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1983, 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)unix.c     5.16 (Berkeley) %G%";
+static char sccsid[] = "@(#)unix.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 4251e77..271b0d5 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)maketypes.c        5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)maketypes.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 7b77bfd..caa2fa0 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1982 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)objsym.rep  5.3 (Berkeley) %G%
+ *     @(#)objsym.rep  8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 33aaa5a..475af86 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1982 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)readobj.c  5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)readobj.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 4fc1f17..fcfabd3 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)readsym.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)readsym.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index a0e413e..a14a601 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)pdx.1       6.4 (Berkeley) %G%
+.\"    @(#)pdx.1       8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt PDX 1
 .\"
 .Dd 
 .Dt PDX 1
index 61c71d2..88b2bc8 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1982 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)process.rep 5.5 (Berkeley) %G%
+ *     @(#)process.rep 8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 1d1e8a3..fc53b56 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pstatus.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)pstatus.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 7d64c27..599f415 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ptrace.c   5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)ptrace.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index f48eb54..46b6b3a 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pxinfo.h    5.4 (Berkeley) %G%
+ *     @(#)pxinfo.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 93e1002..83281d8 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)rdwr.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)rdwr.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 0b74600..8ef5fb3 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)resume.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)resume.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 0e22ac5..9199d01 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)runcont.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)runcont.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 56ac3a5..f7fa5d7 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)start.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)start.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 5f17bb1..9edc599 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)step.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)step.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 8be77ad..c3b7a4d 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)address.c  5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)address.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 56da1c2..185129c 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)callproc.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)callproc.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*