Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/14/2001 03:29:46
Module Name: syssrc
Committed By: nathanw
Date: Wed Feb 14 01:29:46 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386: sys_machdep.c
syssrc/sys/arch/i386/include: cpu.h
Log Message:
Remove prototype for long-defunct i386_user_cleanup().
Remove duplicate prototype for i386_{set,get}_ldt() from sys_machdep.c.
Change i386_iopl() and i386_{set,get}_{ldt,ioperm}() to take a second
argument of "void *" instead of "char *", for consistency with other syscalls.
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 syssrc/sys/arch/i386/i386/sys_machdep.c
cvs rdiff -r1.67 -r1.68 syssrc/sys/arch/i386/include/cpu.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.