From owner-cvs-all Wed Dec 8 2:51:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5AF114FB8; Wed, 8 Dec 1999 02:51:19 -0800 (PST) (envelope-from newton@FreeBSD.org) Received: (from newton@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63548; Wed, 8 Dec 1999 02:51:19 -0800 (PST) (envelope-from newton@FreeBSD.org) Message-Id: <199912081051.CAA63548@freefall.freebsd.org> From: Mark Newton Date: Wed, 8 Dec 1999 02:51:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/svr4 Makefile src/sys/svr4 svr4.h svr4_ioctl.c svr4_ipc.c svr4_proto.h svr4_resource.c svr4_socket.c svr4_syscall.h svr4_syscallnames.c svr4_sysent.c svr4_ttold.c syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk newton 1999/12/08 02:51:19 PST Modified files: sys/modules/svr4 Makefile sys/svr4 svr4.h svr4_ioctl.c svr4_ipc.c svr4_proto.h svr4_resource.c svr4_socket.c svr4_syscall.h svr4_syscallnames.c svr4_sysent.c svr4_ttold.c syscalls.master Log: SVR4 emulator source files now take their compilation options from opt_global.h and opt_svr4.h, instead of from the command line. This brings them in-line with most of the rest of the kernel. svr4_ioctl.c has also failed to compile with debugging for a while now; fixed by adding systm.h and socketvar. Some svr4 source files are automatically generated from syscalls.master; these have been committed as consequential changes, otherwise everyone will have to "make svr4_sysent.c". Changes: sys/svr4/svr4.h include opt_global.h and opt_svr4.h sys/svr4/svr4_ioctl.c include svr4.h, sys/systm.h and sys/socketvar.h sys/svr4/svr4_ipc.c include svr4.h sys/svr4/svr4_resource.c include svr4.h sys/svr4/svr4_socket.c include svr4.h sys/svr4/svr4_ttold.c include svr4.h sys/svr4/syscalls.master include svr4.h sys/svr4/svr4_syscallnames.c dependent on syscalls.master sys/svr4/svr4_sysent.c dependent on syscalls.master sys/svr4/svr4_syscall.h dependent on syscalls.master sys/svr4/svr4_proto.h dependent on syscalls.master sys/modules/svr4/Makefile create opt_global.h and opt_svr4.h Revision Changes Path 1.7 +18 -12 src/sys/modules/svr4/Makefile 1.4 +4 -1 src/sys/svr4/svr4.h 1.5 +3 -1 src/sys/svr4/svr4_ioctl.c 1.5 +2 -2 src/sys/svr4/svr4_ipc.c 1.5 +0 -0 src/sys/svr4/svr4_proto.h 1.4 +2 -1 src/sys/svr4/svr4_resource.c 1.6 +2 -1 src/sys/svr4/svr4_socket.c 1.4 +0 -0 src/sys/svr4/svr4_syscall.h 1.4 +0 -0 src/sys/svr4/svr4_syscallnames.c 1.4 +1 -0 src/sys/svr4/svr4_sysent.c 1.6 +2 -2 src/sys/svr4/svr4_ttold.c 1.6 +2 -1 src/sys/svr4/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message