aboutsummaryrefslogtreecommitdiff
path: root/sys/svr4
diff options
context:
space:
mode:
Diffstat (limited to 'sys/svr4')
-rw-r--r--sys/svr4/Makefile2
-rw-r--r--sys/svr4/imgact_svr4.c2
-rw-r--r--sys/svr4/svr4.h2
-rw-r--r--sys/svr4/svr4_acl.h2
-rw-r--r--sys/svr4/svr4_dirent.h2
-rw-r--r--sys/svr4/svr4_errno.h2
-rw-r--r--sys/svr4/svr4_exec.h2
-rw-r--r--sys/svr4/svr4_fcntl.c2
-rw-r--r--sys/svr4/svr4_fcntl.h2
-rw-r--r--sys/svr4/svr4_filio.c2
-rw-r--r--sys/svr4/svr4_filio.h2
-rw-r--r--sys/svr4/svr4_fuser.h2
-rw-r--r--sys/svr4/svr4_hrt.h2
-rw-r--r--sys/svr4/svr4_ioctl.c2
-rw-r--r--sys/svr4/svr4_ioctl.h2
-rw-r--r--sys/svr4/svr4_ipc.c2
-rw-r--r--sys/svr4/svr4_ipc.h2
-rw-r--r--sys/svr4/svr4_misc.c2
-rw-r--r--sys/svr4/svr4_mman.h2
-rw-r--r--sys/svr4/svr4_proto.h2
-rw-r--r--sys/svr4/svr4_resource.c2
-rw-r--r--sys/svr4/svr4_resource.h2
-rw-r--r--sys/svr4/svr4_siginfo.h2
-rw-r--r--sys/svr4/svr4_signal.c2
-rw-r--r--sys/svr4/svr4_signal.h2
-rw-r--r--sys/svr4/svr4_socket.c2
-rw-r--r--sys/svr4/svr4_socket.h2
-rw-r--r--sys/svr4/svr4_sockio.c2
-rw-r--r--sys/svr4/svr4_sockio.h2
-rw-r--r--sys/svr4/svr4_sockmod.h2
-rw-r--r--sys/svr4/svr4_stat.c2
-rw-r--r--sys/svr4/svr4_stat.h2
-rw-r--r--sys/svr4/svr4_statvfs.h2
-rw-r--r--sys/svr4/svr4_stream.c2
-rw-r--r--sys/svr4/svr4_stropts.h2
-rw-r--r--sys/svr4/svr4_syscall.h2
-rw-r--r--sys/svr4/svr4_syscallnames.c2
-rw-r--r--sys/svr4/svr4_sysconfig.h2
-rw-r--r--sys/svr4/svr4_sysent.c2
-rw-r--r--sys/svr4/svr4_systeminfo.h2
-rw-r--r--sys/svr4/svr4_sysvec.c2
-rw-r--r--sys/svr4/svr4_termios.c2
-rw-r--r--sys/svr4/svr4_termios.h2
-rw-r--r--sys/svr4/svr4_time.h2
-rw-r--r--sys/svr4/svr4_timod.h2
-rw-r--r--sys/svr4/svr4_ttold.c2
-rw-r--r--sys/svr4/svr4_ttold.h2
-rw-r--r--sys/svr4/svr4_types.h2
-rw-r--r--sys/svr4/svr4_ucontext.h2
-rw-r--r--sys/svr4/svr4_ulimit.h2
-rw-r--r--sys/svr4/svr4_ustat.h2
-rw-r--r--sys/svr4/svr4_util.h2
-rw-r--r--sys/svr4/svr4_utsname.h2
-rw-r--r--sys/svr4/svr4_wait.h2
-rw-r--r--sys/svr4/syscalls.conf2
-rw-r--r--sys/svr4/syscalls.master2
56 files changed, 56 insertions, 56 deletions
diff --git a/sys/svr4/Makefile b/sys/svr4/Makefile
index c8fcdb5206da..2add4075cb76 100644
--- a/sys/svr4/Makefile
+++ b/sys/svr4/Makefile
@@ -1,6 +1,6 @@
# Makefile for syscall tables
#
-# $FreeBSD$
+# $FreeBSD: src/sys/svr4/Makefile,v 1.3 1999/09/01 00:32:18 newton Exp $
MAINTAINER= newton@freebsd.org
diff --git a/sys/svr4/imgact_svr4.c b/sys/svr4/imgact_svr4.c
index 7dc0d635c4d9..33cefcc16197 100644
--- a/sys/svr4/imgact_svr4.c
+++ b/sys/svr4/imgact_svr4.c
@@ -29,7 +29,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/imgact_svr4.c,v 1.8 1999/10/29 18:09:20 phk Exp $
*/
#include <sys/param.h>
diff --git a/sys/svr4/svr4.h b/sys/svr4/svr4.h
index 4fbace6e2c26..484a4518282b 100644
--- a/sys/svr4/svr4.h
+++ b/sys/svr4/svr4.h
@@ -24,7 +24,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4.h,v 1.6 2000/01/09 12:29:45 bde Exp $
*/
#include "opt_svr4.h"
diff --git a/sys/svr4/svr4_acl.h b/sys/svr4/svr4_acl.h
index 6d9454f65ecd..c457ef71b969 100644
--- a/sys/svr4/svr4_acl.h
+++ b/sys/svr4/svr4_acl.h
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_acl.h,v 1.3 1999/08/28 00:51:14 peter Exp $
*/
#ifndef _SVR4_ACL_H_
#define _SVR4_ACL_H_
diff --git a/sys/svr4/svr4_dirent.h b/sys/svr4/svr4_dirent.h
index 244078227888..a8611fd71ed3 100644
--- a/sys/svr4/svr4_dirent.h
+++ b/sys/svr4/svr4_dirent.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_dirent.h,v 1.3 1999/08/28 00:51:14 peter Exp $
*/
#ifndef _SVR4_DIRENT_H_
diff --git a/sys/svr4/svr4_errno.h b/sys/svr4/svr4_errno.h
index cc39929acfd5..aa259d68599a 100644
--- a/sys/svr4/svr4_errno.h
+++ b/sys/svr4/svr4_errno.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_errno.h,v 1.3 1999/08/28 00:51:14 peter Exp $
*/
#ifndef _SVR4_ERRNO_H_
diff --git a/sys/svr4/svr4_exec.h b/sys/svr4/svr4_exec.h
index 716dad18924a..7c104b7d6e35 100644
--- a/sys/svr4/svr4_exec.h
+++ b/sys/svr4/svr4_exec.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_exec.h,v 1.3 1999/08/28 00:51:15 peter Exp $
*/
#ifndef _SVR4_EXEC_H_
diff --git a/sys/svr4/svr4_fcntl.c b/sys/svr4/svr4_fcntl.c
index abff2da2c5b8..2499d595d236 100644
--- a/sys/svr4/svr4_fcntl.c
+++ b/sys/svr4/svr4_fcntl.c
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_fcntl.c,v 1.7 1999/12/12 10:27:04 newton Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/svr4/svr4_fcntl.h b/sys/svr4/svr4_fcntl.h
index 615e09c219fb..199ad1d1af9c 100644
--- a/sys/svr4/svr4_fcntl.h
+++ b/sys/svr4/svr4_fcntl.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_fcntl.h,v 1.3 1999/08/28 00:51:15 peter Exp $
*/
#ifndef _SVR4_FCNTL_H_
diff --git a/sys/svr4/svr4_filio.c b/sys/svr4/svr4_filio.c
index 92b409270e28..37a4caf98243 100644
--- a/sys/svr4/svr4_filio.c
+++ b/sys/svr4/svr4_filio.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_filio.c,v 1.8 2000/01/15 15:30:44 newton Exp $
*/
#include <sys/param.h>
diff --git a/sys/svr4/svr4_filio.h b/sys/svr4/svr4_filio.h
index 37184cb72610..b4f6150802ef 100644
--- a/sys/svr4/svr4_filio.h
+++ b/sys/svr4/svr4_filio.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_filio.h,v 1.3 1999/08/28 00:51:16 peter Exp $
*/
#ifndef _SVR4_FILIO_H_
diff --git a/sys/svr4/svr4_fuser.h b/sys/svr4/svr4_fuser.h
index 25cdcf13e0be..0429c4569dd7 100644
--- a/sys/svr4/svr4_fuser.h
+++ b/sys/svr4/svr4_fuser.h
@@ -1,5 +1,5 @@
/*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_fuser.h,v 1.3 1999/08/28 00:51:16 peter Exp $
* Derived from:
* $NetBSD: svr4_fuser.h,v 1.4 1998/09/04 19:54:38 christos Exp $ */
diff --git a/sys/svr4/svr4_hrt.h b/sys/svr4/svr4_hrt.h
index c160b8eeb6e9..dd8d12872691 100644
--- a/sys/svr4/svr4_hrt.h
+++ b/sys/svr4/svr4_hrt.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_hrt.h,v 1.3 1999/08/28 00:51:17 peter Exp $
*/
#ifndef _SVR4_HRT_H_
diff --git a/sys/svr4/svr4_ioctl.c b/sys/svr4/svr4_ioctl.c
index 2891694166a6..209c4a45d2fb 100644
--- a/sys/svr4/svr4_ioctl.c
+++ b/sys/svr4/svr4_ioctl.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_ioctl.c,v 1.6 1999/12/08 12:00:48 newton Exp $
*/
#include <sys/param.h>
diff --git a/sys/svr4/svr4_ioctl.h b/sys/svr4/svr4_ioctl.h
index a5c6a5324181..bfc58c70d203 100644
--- a/sys/svr4/svr4_ioctl.h
+++ b/sys/svr4/svr4_ioctl.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_ioctl.h,v 1.3 1999/08/28 00:51:17 peter Exp $
*/
#ifndef _SVR4_IOCTL_H_
diff --git a/sys/svr4/svr4_ipc.c b/sys/svr4/svr4_ipc.c
index 6d250fdee471..6d5caf9f0a5c 100644
--- a/sys/svr4/svr4_ipc.c
+++ b/sys/svr4/svr4_ipc.c
@@ -1,5 +1,5 @@
/*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_ipc.c,v 1.5 1999/12/08 10:51:16 newton Exp $
* Derived from:
* $NetBSD: svr4_ipc.c,v 1.7 1998/10/19 22:43:00 tron Exp $ */
diff --git a/sys/svr4/svr4_ipc.h b/sys/svr4/svr4_ipc.h
index 6aadb7e050ec..aae87d67f424 100644
--- a/sys/svr4/svr4_ipc.h
+++ b/sys/svr4/svr4_ipc.h
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_ipc.h,v 1.3 1999/08/28 00:51:18 peter Exp $
*/
#ifndef _SVR4_IPC_H_
diff --git a/sys/svr4/svr4_misc.c b/sys/svr4/svr4_misc.c
index 63990498c702..876fa9bfea6d 100644
--- a/sys/svr4/svr4_misc.c
+++ b/sys/svr4/svr4_misc.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_misc.c,v 1.13 1999/12/15 23:02:26 eivind Exp $
*/
/*
diff --git a/sys/svr4/svr4_mman.h b/sys/svr4/svr4_mman.h
index db7c3dacef5f..4d8c229f9f46 100644
--- a/sys/svr4/svr4_mman.h
+++ b/sys/svr4/svr4_mman.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_mman.h,v 1.3 1999/08/28 00:51:19 peter Exp $
*/
#ifndef _SVR4_MMAN_H_
diff --git a/sys/svr4/svr4_proto.h b/sys/svr4/svr4_proto.h
index 407513af4f89..548b5549ec1b 100644
--- a/sys/svr4/svr4_proto.h
+++ b/sys/svr4/svr4_proto.h
@@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_proto.h,v 1.6 1999/12/08 11:50:48 newton Exp $
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
*/
diff --git a/sys/svr4/svr4_resource.c b/sys/svr4/svr4_resource.c
index 1e5e8fd2691a..03debbc4780e 100644
--- a/sys/svr4/svr4_resource.c
+++ b/sys/svr4/svr4_resource.c
@@ -39,7 +39,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_resource.c,v 1.4 1999/12/08 10:51:17 newton Exp $
*/
/*
diff --git a/sys/svr4/svr4_resource.h b/sys/svr4/svr4_resource.h
index 3512df387674..3bceac5d1f9f 100644
--- a/sys/svr4/svr4_resource.h
+++ b/sys/svr4/svr4_resource.h
@@ -38,7 +38,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_resource.h,v 1.3 1999/08/28 00:51:19 peter Exp $
*/
/*
diff --git a/sys/svr4/svr4_siginfo.h b/sys/svr4/svr4_siginfo.h
index be898374dc2b..f7f83343a086 100644
--- a/sys/svr4/svr4_siginfo.h
+++ b/sys/svr4/svr4_siginfo.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_siginfo.h,v 1.3 1999/08/28 00:51:20 peter Exp $
*/
#ifndef _SVR4_SIGINFO_H_
diff --git a/sys/svr4/svr4_signal.c b/sys/svr4/svr4_signal.c
index 821f62c68b40..a71a6055593e 100644
--- a/sys/svr4/svr4_signal.c
+++ b/sys/svr4/svr4_signal.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_signal.c,v 1.9 2000/01/15 15:38:17 newton Exp $
*/
#include <sys/param.h>
diff --git a/sys/svr4/svr4_signal.h b/sys/svr4/svr4_signal.h
index 1fdc3ab4cbc6..fa42a54dc027 100644
--- a/sys/svr4/svr4_signal.h
+++ b/sys/svr4/svr4_signal.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_signal.h,v 1.6 2000/01/15 15:38:17 newton Exp $
*/
#ifndef _SVR4_SIGNAL_H_
diff --git a/sys/svr4/svr4_socket.c b/sys/svr4/svr4_socket.c
index 1884b07ef316..1b877d59ff59 100644
--- a/sys/svr4/svr4_socket.c
+++ b/sys/svr4/svr4_socket.c
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_socket.c,v 1.7 1999/12/08 12:00:48 newton Exp $
*/
/*
diff --git a/sys/svr4/svr4_socket.h b/sys/svr4/svr4_socket.h
index 96e3582738fb..58fbeabb6782 100644
--- a/sys/svr4/svr4_socket.h
+++ b/sys/svr4/svr4_socket.h
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_socket.h,v 1.4 1999/08/28 00:51:22 peter Exp $
*/
#ifndef _SVR4_SOCKET_H_
diff --git a/sys/svr4/svr4_sockio.c b/sys/svr4/svr4_sockio.c
index 5b99ae924dab..e64473b2ecff 100644
--- a/sys/svr4/svr4_sockio.c
+++ b/sys/svr4/svr4_sockio.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_sockio.c,v 1.7 1999/12/08 12:00:48 newton Exp $
*/
#include <sys/param.h>
diff --git a/sys/svr4/svr4_sockio.h b/sys/svr4/svr4_sockio.h
index dd4e220c9f48..841283154d96 100644
--- a/sys/svr4/svr4_sockio.h
+++ b/sys/svr4/svr4_sockio.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_sockio.h,v 1.3 1999/08/28 00:51:22 peter Exp $
*/
#ifndef _SVR4_SOCKIO_H_
diff --git a/sys/svr4/svr4_sockmod.h b/sys/svr4/svr4_sockmod.h
index 927ba0d28367..eae95155b6e2 100644
--- a/sys/svr4/svr4_sockmod.h
+++ b/sys/svr4/svr4_sockmod.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_sockmod.h,v 1.3 1999/08/28 00:51:22 peter Exp $
*/
#ifndef _SVR4_SOCKMOD_H_
diff --git a/sys/svr4/svr4_stat.c b/sys/svr4/svr4_stat.c
index 8884116f9b2b..6db520d08061 100644
--- a/sys/svr4/svr4_stat.c
+++ b/sys/svr4/svr4_stat.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_stat.c,v 1.6 1999/12/08 12:00:48 newton Exp $
*/
#include <sys/param.h>
diff --git a/sys/svr4/svr4_stat.h b/sys/svr4/svr4_stat.h
index 7eeff44f30ac..8a34d4056686 100644
--- a/sys/svr4/svr4_stat.h
+++ b/sys/svr4/svr4_stat.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_stat.h,v 1.3 1999/08/28 00:51:23 peter Exp $
*/
#ifndef _SVR4_STAT_H_
diff --git a/sys/svr4/svr4_statvfs.h b/sys/svr4/svr4_statvfs.h
index b3bf473a1b52..3083fac855db 100644
--- a/sys/svr4/svr4_statvfs.h
+++ b/sys/svr4/svr4_statvfs.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_statvfs.h,v 1.3 1999/08/28 00:51:23 peter Exp $
*/
#ifndef _SVR4_STATVFS_H_
diff --git a/sys/svr4/svr4_stream.c b/sys/svr4/svr4_stream.c
index 19585e071b8f..c8c6a78b7405 100644
--- a/sys/svr4/svr4_stream.c
+++ b/sys/svr4/svr4_stream.c
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_stream.c,v 1.12.2.1 2000/07/15 06:32:24 green Exp $
*/
/*
diff --git a/sys/svr4/svr4_stropts.h b/sys/svr4/svr4_stropts.h
index 2fa14a1e988a..22ca6f922cbd 100644
--- a/sys/svr4/svr4_stropts.h
+++ b/sys/svr4/svr4_stropts.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_stropts.h,v 1.3 1999/08/28 00:51:24 peter Exp $
*/
#ifndef _SVR4_STROPTS_H_
diff --git a/sys/svr4/svr4_syscall.h b/sys/svr4/svr4_syscall.h
index 749acaebbc9d..1a95d09600a7 100644
--- a/sys/svr4/svr4_syscall.h
+++ b/sys/svr4/svr4_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_syscall.h,v 1.5 1999/12/08 11:50:48 newton Exp $
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
*/
diff --git a/sys/svr4/svr4_syscallnames.c b/sys/svr4/svr4_syscallnames.c
index 6de96e6917fb..8302f6217d14 100644
--- a/sys/svr4/svr4_syscallnames.c
+++ b/sys/svr4/svr4_syscallnames.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_syscallnames.c,v 1.5 1999/12/08 11:50:47 newton Exp $
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
*/
diff --git a/sys/svr4/svr4_sysconfig.h b/sys/svr4/svr4_sysconfig.h
index 874c5653e634..a62b3559d683 100644
--- a/sys/svr4/svr4_sysconfig.h
+++ b/sys/svr4/svr4_sysconfig.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_sysconfig.h,v 1.3 1999/08/28 00:51:24 peter Exp $
*/
#ifndef _SVR4_SYSCONFIG_H_
diff --git a/sys/svr4/svr4_sysent.c b/sys/svr4/svr4_sysent.c
index 84db78b82c10..0f3c56340509 100644
--- a/sys/svr4/svr4_sysent.c
+++ b/sys/svr4/svr4_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_sysent.c,v 1.5 1999/12/08 11:50:48 newton Exp $
* created from; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
*/
diff --git a/sys/svr4/svr4_systeminfo.h b/sys/svr4/svr4_systeminfo.h
index 40bc2b85d757..4e24a132fa4e 100644
--- a/sys/svr4/svr4_systeminfo.h
+++ b/sys/svr4/svr4_systeminfo.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_systeminfo.h,v 1.3 1999/08/28 00:51:24 peter Exp $
*/
#ifndef _SVR4_SYSTEMINFO_H_
diff --git a/sys/svr4/svr4_sysvec.c b/sys/svr4/svr4_sysvec.c
index b470157123b5..8a674fc142f0 100644
--- a/sys/svr4/svr4_sysvec.c
+++ b/sys/svr4/svr4_sysvec.c
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_sysvec.c,v 1.10 2000/01/03 20:34:39 newton Exp $
*/
/* XXX we use functions that might not exist. */
diff --git a/sys/svr4/svr4_termios.c b/sys/svr4/svr4_termios.c
index 9b9f0e458f73..a0e457e107ff 100644
--- a/sys/svr4/svr4_termios.c
+++ b/sys/svr4/svr4_termios.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_termios.c,v 1.5 1999/12/08 12:00:48 newton Exp $
*/
#include <sys/param.h>
diff --git a/sys/svr4/svr4_termios.h b/sys/svr4/svr4_termios.h
index 8afa4f321bc3..f4e060abadb5 100644
--- a/sys/svr4/svr4_termios.h
+++ b/sys/svr4/svr4_termios.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_termios.h,v 1.3 1999/08/28 00:51:25 peter Exp $
*/
#ifndef _SVR4_TERMIOS_H_
diff --git a/sys/svr4/svr4_time.h b/sys/svr4/svr4_time.h
index 3d61771fc904..bb43875641ce 100644
--- a/sys/svr4/svr4_time.h
+++ b/sys/svr4/svr4_time.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_time.h,v 1.3 1999/08/28 00:51:25 peter Exp $
*/
#ifndef _SVR4_TIME_H_
diff --git a/sys/svr4/svr4_timod.h b/sys/svr4/svr4_timod.h
index f0c508f511b8..13dd65194121 100644
--- a/sys/svr4/svr4_timod.h
+++ b/sys/svr4/svr4_timod.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_timod.h,v 1.3 1999/08/28 00:51:26 peter Exp $
*/
#ifndef _SVR4_TIMOD_H_
diff --git a/sys/svr4/svr4_ttold.c b/sys/svr4/svr4_ttold.c
index 7684487e31af..73b9503c6db3 100644
--- a/sys/svr4/svr4_ttold.c
+++ b/sys/svr4/svr4_ttold.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_ttold.c,v 1.7 1999/12/08 12:00:49 newton Exp $
*/
#include <sys/param.h>
diff --git a/sys/svr4/svr4_ttold.h b/sys/svr4/svr4_ttold.h
index c578170a1ef9..84dc08fbbe0f 100644
--- a/sys/svr4/svr4_ttold.h
+++ b/sys/svr4/svr4_ttold.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_ttold.h,v 1.3 1999/08/28 00:51:26 peter Exp $
*/
#ifndef _SVR4_TTOLD_H_
diff --git a/sys/svr4/svr4_types.h b/sys/svr4/svr4_types.h
index 410746b6adc9..6ca26135d4e0 100644
--- a/sys/svr4/svr4_types.h
+++ b/sys/svr4/svr4_types.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_types.h,v 1.3 1999/08/28 00:51:27 peter Exp $
*/
#ifndef _SVR4_TYPES_H_
diff --git a/sys/svr4/svr4_ucontext.h b/sys/svr4/svr4_ucontext.h
index 04bebe6eb81e..836cfc981abd 100644
--- a/sys/svr4/svr4_ucontext.h
+++ b/sys/svr4/svr4_ucontext.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_ucontext.h,v 1.3 1999/08/28 00:51:27 peter Exp $
*/
#ifndef _SVR4_UCONTEXT_H_
diff --git a/sys/svr4/svr4_ulimit.h b/sys/svr4/svr4_ulimit.h
index 0735d42f722f..cdee1ecbd4dc 100644
--- a/sys/svr4/svr4_ulimit.h
+++ b/sys/svr4/svr4_ulimit.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_ulimit.h,v 1.3 1999/08/28 00:51:28 peter Exp $
*/
#ifndef _SVR4_ULIMIT_H_
diff --git a/sys/svr4/svr4_ustat.h b/sys/svr4/svr4_ustat.h
index 0033c96bae0d..feb5ea9a1b55 100644
--- a/sys/svr4/svr4_ustat.h
+++ b/sys/svr4/svr4_ustat.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_ustat.h,v 1.3 1999/08/28 00:51:28 peter Exp $
*/
#ifndef _SVR4_USTAT_H_
diff --git a/sys/svr4/svr4_util.h b/sys/svr4/svr4_util.h
index 629edd69cd4a..11ae100bfb8a 100644
--- a/sys/svr4/svr4_util.h
+++ b/sys/svr4/svr4_util.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_util.h,v 1.4 1999/08/28 00:51:28 peter Exp $
*/
#ifndef _SVR4_UTIL_H_
diff --git a/sys/svr4/svr4_utsname.h b/sys/svr4/svr4_utsname.h
index a3714c9b1c10..31a7f03c5bef 100644
--- a/sys/svr4/svr4_utsname.h
+++ b/sys/svr4/svr4_utsname.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_utsname.h,v 1.3 1999/08/28 00:51:28 peter Exp $
*/
#ifndef _SVR4_UTSNAME_H_
diff --git a/sys/svr4/svr4_wait.h b/sys/svr4/svr4_wait.h
index 9a92c0114c1c..20872e257b44 100644
--- a/sys/svr4/svr4_wait.h
+++ b/sys/svr4/svr4_wait.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/svr4/svr4_wait.h,v 1.3 1999/08/28 00:51:29 peter Exp $
*/
#ifndef _SVR4_WAIT_H_
diff --git a/sys/svr4/syscalls.conf b/sys/svr4/syscalls.conf
index 46f7bd3df7be..f264ac2a1e95 100644
--- a/sys/svr4/syscalls.conf
+++ b/sys/svr4/syscalls.conf
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sys/svr4/syscalls.conf,v 1.2 1999/08/28 00:51:29 peter Exp $
sysnames="svr4_syscallnames.c"
sysproto="svr4_proto.h"
sysproto_h=_SVR4_SYSPROTO_H_
diff --git a/sys/svr4/syscalls.master b/sys/svr4/syscalls.master
index af542181be82..d16afa04dd3b 100644
--- a/sys/svr4/syscalls.master
+++ b/sys/svr4/syscalls.master
@@ -20,7 +20,7 @@
; OBSOL obsolete, not included in system, only specifies name
; UNIMPL not implemented, placeholder only
;
-; $FreeBSD$
+; $FreeBSD: src/sys/svr4/syscalls.master,v 1.6 1999/12/08 10:51:17 newton Exp $
;
#include <sys/types.h>
#include <sys/sysent.h>