Date: Wed, 8 Dec 1999 02:51:19 -0800 (PST) From: Mark Newton <newton@FreeBSD.org> 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 Message-ID: <199912081051.CAA63548@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912081051.CAA63548>