Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was made

"obsolete, not included in system", where as the system call does exist.
This commit is contained in:
obrien 2008-09-15 17:37:41 +00:00
parent 03499dabc8
commit a842ca36c9

View File

@ -179,7 +179,7 @@
struct itimerval32 *oitv); } struct itimerval32 *oitv); }
84 AUE_NULL OBSOL owait 84 AUE_NULL OBSOL owait
; XXX implement ; XXX implement
85 AUE_SWAPON OBSOL oswapon 85 AUE_SWAPON NOPROTO { int swapon(char *name); }
86 AUE_GETITIMER STD { int freebsd32_getitimer(u_int which, \ 86 AUE_GETITIMER STD { int freebsd32_getitimer(u_int which, \
struct itimerval32 *itv); } struct itimerval32 *itv); }
87 AUE_O_GETHOSTNAME OBSOL ogethostname 87 AUE_O_GETHOSTNAME OBSOL ogethostname