Date: Fri, 29 Jan 1999 00:36:46 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 vm_machdep.c src/sys/i386/include cpu.h src/sys/kern init_main.c kern_module.c src/sys/sys exec.h module.h Message-ID: <199901290836.AAA39569@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/01/29 00:36:46 PST Modified files: sys/i386/i386 vm_machdep.c sys/i386/include cpu.h sys/kern init_main.c kern_module.c sys/sys exec.h module.h Log: More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't use C_DECLARE_MODULE due to the linker_file_sysinit() function making modifications to the data. Revision Changes Path 1.116 +3 -3 src/sys/i386/i386/vm_machdep.c 1.37 +2 -2 src/sys/i386/include/cpu.h 1.105 +3 -3 src/sys/kern/init_main.c 1.16 +3 -3 src/sys/kern/kern_module.c 1.23 +10 -2 src/sys/sys/exec.h 1.10 +2 -6 src/sys/sys/module.h 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?199901290836.AAA39569>