summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-10-09 22:40:02 +0000
committerpeter <peter@FreeBSD.org>2002-10-09 22:40:02 +0000
commitf7a3aba2325cce631d4826a5c10ca232c8b0167d (patch)
tree0277676c3ea1ae5623b07d5b7e4b222d43b4e88b /sys/compat
parent8a5224b1c249d034e3061121747651e12a40b60c (diff)
downloadFreeBSD-src-f7a3aba2325cce631d4826a5c10ca232c8b0167d.zip
FreeBSD-src-f7a3aba2325cce631d4826a5c10ca232c8b0167d.tar.gz
Sigh. Fix fat-fingering of diff. I knew this was going to happen.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd32/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 09813b5..c79cd71 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -475,7 +475,7 @@
334 MNOPROTO POSIX { int sched_rr_get_interval (pid_t pid, struct timespec *interval); }
335 NOPROTO BSD { int utrace(const void *addr, size_t len); }
; XXX note - bigendian is different
-336 MCOMPAT4 BSD { int ia32_osendfile(int fd, int s, u_int32_t offsetlo,\
+336 MCOMPAT4 BSD { int ia32_sendfile(int fd, int s, u_int32_t offsetlo,\
u_int32_t offsethi, size_t nbytes, \
struct sf_hdtr *hdtr, off_t *sbytes, int flags); }
337 NOPROTO BSD { int kldsym(int fileid, int cmd, void *data); }
OpenPOWER on IntegriCloud