From 8d205697aac53476badf354623abd4e1c7bc5aff Mon Sep 17 00:00:00 2001 From: dg Date: Tue, 2 Aug 1994 07:55:43 +0000 Subject: Added $Id$ --- sys/sys/_sigset.h | 1 + sys/sys/acct.h | 1 + sys/sys/bio.h | 1 + sys/sys/buf.h | 1 + sys/sys/callout.h | 1 + sys/sys/cdefs.h | 1 + sys/sys/clist.h | 1 + sys/sys/conf.h | 1 + sys/sys/device.h | 1 + sys/sys/dir.h | 1 + sys/sys/dirent.h | 1 + sys/sys/disk.h | 2 +- sys/sys/disklabel.h | 1 + sys/sys/diskmbr.h | 1 + sys/sys/diskpc98.h | 1 + sys/sys/dkbad.h | 1 + sys/sys/dkstat.h | 1 + sys/sys/dmap.h | 1 + sys/sys/domain.h | 1 + sys/sys/errno.h | 1 + sys/sys/exec.h | 1 + sys/sys/fbio.h | 2 +- sys/sys/fcntl.h | 1 + sys/sys/fdcio.h | 2 ++ sys/sys/file.h | 1 + sys/sys/filedesc.h | 1 + sys/sys/filio.h | 1 + sys/sys/gmon.h | 1 + sys/sys/ioccom.h | 1 + sys/sys/ioctl.h | 1 + sys/sys/ioctl_compat.h | 1 + sys/sys/ipc.h | 1 + sys/sys/kernel.h | 1 + sys/sys/ktrace.h | 1 + sys/sys/libkern.h | 1 + sys/sys/linedisc.h | 1 + sys/sys/malloc.h | 1 + sys/sys/map.h | 1 + sys/sys/mbuf.h | 1 + sys/sys/mman.h | 1 + sys/sys/mount.h | 1 + sys/sys/msgbuf.h | 1 + sys/sys/mtio.h | 1 + sys/sys/namei.h | 1 + sys/sys/param.h | 1 + sys/sys/proc.h | 1 + sys/sys/protosw.h | 1 + sys/sys/ptrace.h | 1 + sys/sys/queue.h | 1 + sys/sys/reboot.h | 1 + sys/sys/resource.h | 1 + sys/sys/resourcevar.h | 1 + sys/sys/scsiio.h | 4 +++- sys/sys/select.h | 1 + sys/sys/selinfo.h | 1 + sys/sys/signal.h | 1 + sys/sys/signalvar.h | 1 + sys/sys/socket.h | 1 + sys/sys/socketvar.h | 1 + sys/sys/sockio.h | 1 + sys/sys/soundcard.h | 1 + sys/sys/stat.h | 1 + sys/sys/sysctl.h | 1 + sys/sys/syslimits.h | 1 + sys/sys/syslog.h | 1 + sys/sys/systm.h | 1 + sys/sys/tablet.h | 1 + sys/sys/termios.h | 1 + sys/sys/time.h | 1 + sys/sys/timeb.h | 1 + sys/sys/times.h | 1 + sys/sys/timetc.h | 1 + sys/sys/tprintf.h | 1 + sys/sys/trace.h | 1 + sys/sys/tty.h | 1 + sys/sys/ttychars.h | 1 + sys/sys/ttycom.h | 1 + sys/sys/ttydefaults.h | 1 + sys/sys/ttydev.h | 1 + sys/sys/types.h | 1 + sys/sys/ucred.h | 1 + sys/sys/uio.h | 1 + sys/sys/un.h | 1 + sys/sys/unistd.h | 1 + sys/sys/unpcb.h | 1 + sys/sys/user.h | 1 + sys/sys/utsname.h | 1 + sys/sys/vadvise.h | 1 + sys/sys/vcmd.h | 1 + sys/sys/vlimit.h | 1 + sys/sys/vmmeter.h | 1 + sys/sys/vnode.h | 1 + sys/sys/vsio.h | 1 + sys/sys/wait.h | 1 + 94 files changed, 97 insertions(+), 3 deletions(-) (limited to 'sys/sys') diff --git a/sys/sys/_sigset.h b/sys/sys/_sigset.h index 8ccded4..a116e9b 100644 --- a/sys/sys/_sigset.h +++ b/sys/sys/_sigset.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)signal.h 8.2 (Berkeley) 1/21/94 + * $Id$ */ #ifndef _SYS_SIGNAL_H_ diff --git a/sys/sys/acct.h b/sys/sys/acct.h index edc5bdb..a3af776 100644 --- a/sys/sys/acct.h +++ b/sys/sys/acct.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)acct.h 8.2 (Berkeley) 1/21/94 + * $Id$ */ /* diff --git a/sys/sys/bio.h b/sys/sys/bio.h index 96517b6..e12b5fc 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)buf.h 8.7 (Berkeley) 1/21/94 + * $Id$ */ #ifndef _SYS_BUF_H_ diff --git a/sys/sys/buf.h b/sys/sys/buf.h index 96517b6..e12b5fc 100644 --- a/sys/sys/buf.h +++ b/sys/sys/buf.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)buf.h 8.7 (Berkeley) 1/21/94 + * $Id$ */ #ifndef _SYS_BUF_H_ diff --git a/sys/sys/callout.h b/sys/sys/callout.h index d685e56..67ad0d6 100644 --- a/sys/sys/callout.h +++ b/sys/sys/callout.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)callout.h 8.2 (Berkeley) 1/21/94 + * $Id$ */ struct callout { diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index 3c50711..d082358 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -34,6 +34,7 @@ * SUCH DAMAGE. * * @(#)cdefs.h 8.7 (Berkeley) 1/21/94 + * $Id$ */ #ifndef _CDEFS_H_ diff --git a/sys/sys/clist.h b/sys/sys/clist.h index 3e05cf6..857f85d 100644 --- a/sys/sys/clist.h +++ b/sys/sys/clist.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)clist.h 8.1 (Berkeley) 6/4/93 + * $Id$ */ struct cblock { diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 58cb6fa..15f7361 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)conf.h 8.3 (Berkeley) 1/21/94 + * $Id$ */ /* diff --git a/sys/sys/device.h b/sys/sys/device.h index 0a233ed..2fe1d6a 100644 --- a/sys/sys/device.h +++ b/sys/sys/device.h @@ -40,6 +40,7 @@ * SUCH DAMAGE. * * @(#)device.h 8.2 (Berkeley) 2/17/94 + * $Id$ */ #ifndef _SYS_DEVICE_H_ diff --git a/sys/sys/dir.h b/sys/sys/dir.h index 0c4cd67..c0347c1 100644 --- a/sys/sys/dir.h +++ b/sys/sys/dir.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)dir.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ /* diff --git a/sys/sys/dirent.h b/sys/sys/dirent.h index 1c4b96aa..4fef841 100644 --- a/sys/sys/dirent.h +++ b/sys/sys/dirent.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)dirent.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/disk.h b/sys/sys/disk.h index 352ecf0..5a93503 100644 --- a/sys/sys/disk.h +++ b/sys/sys/disk.h @@ -41,7 +41,7 @@ * * @(#)disk.h 8.1 (Berkeley) 6/2/93 * - * from: $Header: disk.h,v 1.5 92/11/19 04:33:03 torek Exp $ (LBL) + * $Id$ */ /* diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index 60b8f8f..30c16c8 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h index 60b8f8f..30c16c8 100644 --- a/sys/sys/diskmbr.h +++ b/sys/sys/diskmbr.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h index 60b8f8f..30c16c8 100644 --- a/sys/sys/diskpc98.h +++ b/sys/sys/diskpc98.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/dkbad.h b/sys/sys/dkbad.h index c574000..99af34b 100644 --- a/sys/sys/dkbad.h +++ b/sys/sys/dkbad.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)dkbad.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/dkstat.h b/sys/sys/dkstat.h index f7f5f15..5cc6bdd 100644 --- a/sys/sys/dkstat.h +++ b/sys/sys/dkstat.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)dkstat.h 8.2 (Berkeley) 1/21/94 + * $Id$ */ #define CP_USER 0 diff --git a/sys/sys/dmap.h b/sys/sys/dmap.h index 2a6f538..b9ca5a1 100644 --- a/sys/sys/dmap.h +++ b/sys/sys/dmap.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)dmap.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_DMAP_H_ diff --git a/sys/sys/domain.h b/sys/sys/domain.h index b056347..0d70833 100644 --- a/sys/sys/domain.h +++ b/sys/sys/domain.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)domain.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/errno.h b/sys/sys/errno.h index a4e4ea6..96d52f3 100644 --- a/sys/sys/errno.h +++ b/sys/sys/errno.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)errno.h 8.5 (Berkeley) 1/21/94 + * $Id$ */ #ifndef KERNEL diff --git a/sys/sys/exec.h b/sys/sys/exec.h index be8cd71..93f1c9d 100644 --- a/sys/sys/exec.h +++ b/sys/sys/exec.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.3 (Berkeley) 1/21/94 + * $Id$ */ #include diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h index 63371b7..c1c4385 100644 --- a/sys/sys/fbio.h +++ b/sys/sys/fbio.h @@ -36,7 +36,7 @@ * * @(#)fbio.h 8.2 (Berkeley) 10/30/93 * - * from: $Header: fbio.h,v 1.6 93/10/31 06:01:56 torek Exp $ (LBL) + * $Id$ */ /* diff --git a/sys/sys/fcntl.h b/sys/sys/fcntl.h index 62762f3..33afa9a 100644 --- a/sys/sys/fcntl.h +++ b/sys/sys/fcntl.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)fcntl.h 8.3 (Berkeley) 1/21/94 + * $Id$ */ #ifndef _SYS_FCNTL_H_ diff --git a/sys/sys/fdcio.h b/sys/sys/fdcio.h index 2e3ac31..103f11b 100644 --- a/sys/sys/fdcio.h +++ b/sys/sys/fdcio.h @@ -22,6 +22,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef _IOCTL_FD_H diff --git a/sys/sys/file.h b/sys/sys/file.h index 3d82190..308485c 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)file.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #include diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h index 1071bc1..10ba495 100644 --- a/sys/sys/filedesc.h +++ b/sys/sys/filedesc.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)filedesc.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/filio.h b/sys/sys/filio.h index 5c8789b..b82a649 100644 --- a/sys/sys/filio.h +++ b/sys/sys/filio.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)filio.h 8.1 (Berkeley) 3/28/94 + * $Id$ */ #ifndef _SYS_FILIO_H_ diff --git a/sys/sys/gmon.h b/sys/sys/gmon.h index b103df8..bd1c900 100644 --- a/sys/sys/gmon.h +++ b/sys/sys/gmon.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)gmon.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_GMON_H_ diff --git a/sys/sys/ioccom.h b/sys/sys/ioccom.h index 5bc11b3..9958ac7 100644 --- a/sys/sys/ioccom.h +++ b/sys/sys/ioccom.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)ioccom.h 8.2 (Berkeley) 3/28/94 + * $Id$ */ #ifndef _SYS_IOCCOM_H_ diff --git a/sys/sys/ioctl.h b/sys/sys/ioctl.h index d04394f..abe902f 100644 --- a/sys/sys/ioctl.h +++ b/sys/sys/ioctl.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)ioctl.h 8.6 (Berkeley) 3/28/94 + * $Id$ */ #ifndef _SYS_IOCTL_H_ diff --git a/sys/sys/ioctl_compat.h b/sys/sys/ioctl_compat.h index fd87b51..ab067b9 100644 --- a/sys/sys/ioctl_compat.h +++ b/sys/sys/ioctl_compat.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)ioctl_compat.h 8.4 (Berkeley) 1/21/94 + * $Id$ */ #ifndef _SYS_IOCTL_COMPAT_H_ diff --git a/sys/sys/ipc.h b/sys/sys/ipc.h index cc036a8..7cd33da 100644 --- a/sys/sys/ipc.h +++ b/sys/sys/ipc.h @@ -41,6 +41,7 @@ * SUCH DAMAGE. * * @(#)ipc.h 8.3 (Berkeley) 1/21/94 + * $Id$ */ /* diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h index aafa843..48cf0d1 100644 --- a/sys/sys/kernel.h +++ b/sys/sys/kernel.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)kernel.h 8.3 (Berkeley) 1/21/94 + * $Id$ */ /* Global variables for the kernel. */ diff --git a/sys/sys/ktrace.h b/sys/sys/ktrace.h index 1623c35..d7d773a 100644 --- a/sys/sys/ktrace.h +++ b/sys/sys/ktrace.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)ktrace.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/libkern.h b/sys/sys/libkern.h index 0e465e0..d4669c7 100644 --- a/sys/sys/libkern.h +++ b/sys/sys/libkern.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)libkern.h 8.1 (Berkeley) 6/10/93 + * $Id$ */ #include diff --git a/sys/sys/linedisc.h b/sys/sys/linedisc.h index 58cb6fa..15f7361 100644 --- a/sys/sys/linedisc.h +++ b/sys/sys/linedisc.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)conf.h 8.3 (Berkeley) 1/21/94 + * $Id$ */ /* diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index aa10965..46c7df7 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)malloc.h 8.3 (Berkeley) 1/12/94 + * $Id$ */ #ifndef _SYS_MALLOC_H_ diff --git a/sys/sys/map.h b/sys/sys/map.h index 6cec4b5..6877a3d 100644 --- a/sys/sys/map.h +++ b/sys/sys/map.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)map.h 8.3 (Berkeley) 1/26/94 + * $Id$ */ /* diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index f3ea7ed..681b289 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)mbuf.h 8.3 (Berkeley) 1/21/94 + * $Id$ */ #ifndef M_WAITOK diff --git a/sys/sys/mman.h b/sys/sys/mman.h index b3951c2..786817b 100644 --- a/sys/sys/mman.h +++ b/sys/sys/mman.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)mman.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 4561675..aec0f43 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)mount.h 8.13 (Berkeley) 3/27/94 + * $Id$ */ #ifndef KERNEL diff --git a/sys/sys/msgbuf.h b/sys/sys/msgbuf.h index 57ee0b6..d47058b 100644 --- a/sys/sys/msgbuf.h +++ b/sys/sys/msgbuf.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)msgbuf.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #define MSG_BSIZE (4096 - 3 * sizeof(long)) diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h index e5e6965..9300404 100644 --- a/sys/sys/mtio.h +++ b/sys/sys/mtio.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)mtio.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #ifndef _SYS_MTIO_H_ diff --git a/sys/sys/namei.h b/sys/sys/namei.h index 74ff360..bb8f0a9 100644 --- a/sys/sys/namei.h +++ b/sys/sys/namei.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)namei.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_NAMEI_H_ diff --git a/sys/sys/param.h b/sys/sys/param.h index 661af88..0d5b1a7 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)param.h 8.2 (Berkeley) 1/21/94 + * $Id$ */ #define BSD 199306 /* System version (year & month). */ diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 883227e8..98940e1 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)proc.h 8.8 (Berkeley) 1/21/94 + * $Id$ */ #ifndef _SYS_PROC_H_ diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index 76ac720..f1030d7 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)protosw.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/ptrace.h b/sys/sys/ptrace.h index f7f99d4..d25655b 100644 --- a/sys/sys/ptrace.h +++ b/sys/sys/ptrace.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_PTRACE_H_ diff --git a/sys/sys/queue.h b/sys/sys/queue.h index c200c9f..2a257e0 100644 --- a/sys/sys/queue.h +++ b/sys/sys/queue.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)queue.h 8.4 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_QUEUE_H_ diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h index c3c957e..a05266e 100644 --- a/sys/sys/reboot.h +++ b/sys/sys/reboot.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)reboot.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/resource.h b/sys/sys/resource.h index 559f1ac..398acea 100644 --- a/sys/sys/resource.h +++ b/sys/sys/resource.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)resource.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_RESOURCE_H_ diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index 0f8d5e3..530ac86 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)resourcevar.h 8.3 (Berkeley) 2/22/94 + * $Id$ */ #ifndef _SYS_RESOURCEVAR_H_ diff --git a/sys/sys/scsiio.h b/sys/sys/scsiio.h index 05753e4..2b7b242 100644 --- a/sys/sys/scsiio.h +++ b/sys/sys/scsiio.h @@ -1,4 +1,6 @@ - +/* + * $Id$ + */ #ifndef _SYS_SCSIIO_H_ #define _SYS_SCSIIO_H_ diff --git a/sys/sys/select.h b/sys/sys/select.h index a279c59..e69971e 100644 --- a/sys/sys/select.h +++ b/sys/sys/select.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)select.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_SELECT_H_ diff --git a/sys/sys/selinfo.h b/sys/sys/selinfo.h index a279c59..e69971e 100644 --- a/sys/sys/selinfo.h +++ b/sys/sys/selinfo.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)select.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_SELECT_H_ diff --git a/sys/sys/signal.h b/sys/sys/signal.h index 8ccded4..a116e9b 100644 --- a/sys/sys/signal.h +++ b/sys/sys/signal.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)signal.h 8.2 (Berkeley) 1/21/94 + * $Id$ */ #ifndef _SYS_SIGNAL_H_ diff --git a/sys/sys/signalvar.h b/sys/sys/signalvar.h index 3d7e68b..463e2e4 100644 --- a/sys/sys/signalvar.h +++ b/sys/sys/signalvar.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)signalvar.h 8.3 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_SIGNALVAR_H_ /* tmp for user.h */ diff --git a/sys/sys/socket.h b/sys/sys/socket.h index f6728e9..c5473ab 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)socket.h 8.4 (Berkeley) 2/21/94 + * $Id$ */ #ifndef _SYS_SOCKET_H_ diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index ff10404..8271937 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)socketvar.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #include /* for struct selinfo */ diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h index eb5a44a..ab696b1 100644 --- a/sys/sys/sockio.h +++ b/sys/sys/sockio.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)sockio.h 8.1 (Berkeley) 3/28/94 + * $Id$ */ #ifndef _SYS_SOCKIO_H_ diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h index ce28a14..3bac78d 100644 --- a/sys/sys/soundcard.h +++ b/sys/sys/soundcard.h @@ -25,6 +25,7 @@ * SUCH DAMAGE. * * + * $Id$ */ /* diff --git a/sys/sys/stat.h b/sys/sys/stat.h index 07020c3..ab44103 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)stat.h 8.6 (Berkeley) 3/8/94 + * $Id$ */ #ifndef _SYS_STAT_H_ diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 4ad83a7..a27ec38 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -34,6 +34,7 @@ * SUCH DAMAGE. * * @(#)sysctl.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #ifndef _SYS_SYSCTL_H_ diff --git a/sys/sys/syslimits.h b/sys/sys/syslimits.h index 550000c..c5e4608 100644 --- a/sys/sys/syslimits.h +++ b/sys/sys/syslimits.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)syslimits.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #define ARG_MAX 20480 /* max bytes for an exec function */ diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index 935db2d..821f6a7 100644 --- a/sys/sys/syslog.h +++ b/sys/sys/syslog.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)syslog.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #define _PATH_LOG "/dev/log" diff --git a/sys/sys/systm.h b/sys/sys/systm.h index ba2f12b..5e79af3 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)systm.h 8.4 (Berkeley) 2/23/94 + * $Id$ */ #include diff --git a/sys/sys/tablet.h b/sys/sys/tablet.h index cbb3f23..f9aefc0 100644 --- a/sys/sys/tablet.h +++ b/sys/sys/tablet.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)tablet.h 8.3 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_TABLET_H_ diff --git a/sys/sys/termios.h b/sys/sys/termios.h index 09c34a1..5abe2d9 100644 --- a/sys/sys/termios.h +++ b/sys/sys/termios.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)termios.h 8.3 (Berkeley) 3/28/94 + * $Id$ */ #ifndef _SYS_TERMIOS_H_ diff --git a/sys/sys/time.h b/sys/sys/time.h index 5322771..00b9e2e 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)time.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #ifndef _SYS_TIME_H_ diff --git a/sys/sys/timeb.h b/sys/sys/timeb.h index 2ab0105..a1b3379 100644 --- a/sys/sys/timeb.h +++ b/sys/sys/timeb.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)timeb.h 8.2 (Berkeley) 1/21/94 + * $Id$ */ /* The ftime(2) system call structure -- deprecated. */ diff --git a/sys/sys/times.h b/sys/sys/times.h index 23a1500..961ebfd 100644 --- a/sys/sys/times.h +++ b/sys/sys/times.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)times.h 8.4 (Berkeley) 1/21/94 + * $Id$ */ #ifndef _SYS_TIMES_H_ diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h index 5322771..00b9e2e 100644 --- a/sys/sys/timetc.h +++ b/sys/sys/timetc.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)time.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #ifndef _SYS_TIME_H_ diff --git a/sys/sys/tprintf.h b/sys/sys/tprintf.h index 5b83aae..01a90d7 100644 --- a/sys/sys/tprintf.h +++ b/sys/sys/tprintf.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)tprintf.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ typedef struct session *tpr_t; diff --git a/sys/sys/trace.h b/sys/sys/trace.h index d401f14..57592ce 100644 --- a/sys/sys/trace.h +++ b/sys/sys/trace.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)trace.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/tty.h b/sys/sys/tty.h index 4a89b03..93957a4 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.h 8.6 (Berkeley) 1/21/94 + * $Id$ */ #include diff --git a/sys/sys/ttychars.h b/sys/sys/ttychars.h index 1a23aa7..58f489a 100644 --- a/sys/sys/ttychars.h +++ b/sys/sys/ttychars.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)ttychars.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ /* diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h index 3dade47..899cee0 100644 --- a/sys/sys/ttycom.h +++ b/sys/sys/ttycom.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)ttycom.h 8.1 (Berkeley) 3/28/94 + * $Id$ */ #ifndef _SYS_TTYCOM_H_ diff --git a/sys/sys/ttydefaults.h b/sys/sys/ttydefaults.h index 1a8aaa5..b8ab6c0 100644 --- a/sys/sys/ttydefaults.h +++ b/sys/sys/ttydefaults.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)ttydefaults.h 8.4 (Berkeley) 1/21/94 + * $Id$ */ /* diff --git a/sys/sys/ttydev.h b/sys/sys/ttydev.h index c52a213..cf23b0a 100644 --- a/sys/sys/ttydev.h +++ b/sys/sys/ttydev.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)ttydev.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ /* COMPATABILITY HEADER FILE */ diff --git a/sys/sys/types.h b/sys/sys/types.h index 76d2975..5ae8da2 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)types.h 8.4 (Berkeley) 1/21/94 + * $Id$ */ #ifndef _SYS_TYPES_H_ diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h index d3ee02d..2b4dc7d 100644 --- a/sys/sys/ucred.h +++ b/sys/sys/ucred.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)ucred.h 8.2 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_UCRED_H_ diff --git a/sys/sys/uio.h b/sys/sys/uio.h index 3356ebf..66ce0fc 100644 --- a/sys/sys/uio.h +++ b/sys/sys/uio.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)uio.h 8.5 (Berkeley) 2/22/94 + * $Id$ */ #ifndef _SYS_UIO_H_ diff --git a/sys/sys/un.h b/sys/sys/un.h index dcbf800..8ee3038 100644 --- a/sys/sys/un.h +++ b/sys/sys/un.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)un.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index e086f6f..9d434b4 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)unistd.h 8.2 (Berkeley) 1/7/94 + * $Id$ */ #ifndef _SYS_UNISTD_H_ diff --git a/sys/sys/unpcb.h b/sys/sys/unpcb.h index efcfd0e..d7afc61 100644 --- a/sys/sys/unpcb.h +++ b/sys/sys/unpcb.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)unpcb.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/user.h b/sys/sys/user.h index 85fdd13..4c1f6a6 100644 --- a/sys/sys/user.h +++ b/sys/sys/user.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)user.h 8.2 (Berkeley) 9/23/93 + * $Id$ */ #include diff --git a/sys/sys/utsname.h b/sys/sys/utsname.h index 60e6091..0387cc1 100644 --- a/sys/sys/utsname.h +++ b/sys/sys/utsname.h @@ -34,6 +34,7 @@ * SUCH DAMAGE. * * @(#)utsname.h 8.1 (Berkeley) 1/4/94 + * $Id$ */ #ifndef _SYS_UTSNAME_H diff --git a/sys/sys/vadvise.h b/sys/sys/vadvise.h index be793e8..e9a07b9 100644 --- a/sys/sys/vadvise.h +++ b/sys/sys/vadvise.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)vadvise.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/vcmd.h b/sys/sys/vcmd.h index de27ec1..8c4554e 100644 --- a/sys/sys/vcmd.h +++ b/sys/sys/vcmd.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)vcmd.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #include diff --git a/sys/sys/vlimit.h b/sys/sys/vlimit.h index b6457e6..ec45285 100644 --- a/sys/sys/vlimit.h +++ b/sys/sys/vlimit.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)vlimit.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/vmmeter.h b/sys/sys/vmmeter.h index ef890c2..a642770 100644 --- a/sys/sys/vmmeter.h +++ b/sys/sys/vmmeter.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)vmmeter.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index fa51d99..c6c0e46 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)vnode.h 8.7 (Berkeley) 2/4/94 + * $Id$ */ #include diff --git a/sys/sys/vsio.h b/sys/sys/vsio.h index d84218c..f15cc0b 100644 --- a/sys/sys/vsio.h +++ b/sys/sys/vsio.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)vsio.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /**************************************************************************** diff --git a/sys/sys/wait.h b/sys/sys/wait.h index 33a68d9..6f7411a 100644 --- a/sys/sys/wait.h +++ b/sys/sys/wait.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)wait.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ /* -- cgit v1.1