Make i386 kernels compile again.

fcntl64 was still marked UNIMPL, but the implementation existed, causing
a missing prototype warning.
XXX I have no clue if this is the correct fix - someone able to test this
please review it!
This commit is contained in:
martin 2001-09-30 18:57:43 +00:00
parent 781fe69288
commit 62aaf2691e

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.58 2001/05/30 11:37:26 mrg Exp $
$NetBSD: syscalls.master,v 1.59 2001/09/30 18:57:43 martin Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -358,4 +358,4 @@
218 UNIMPL mincore
219 UNIMPL madvise
220 UNIMPL getdents64
221 UNIMPL fcntl64
221 STD { int linux_sys_fcntl64(int fd, int cmd, long arg); }