Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/kern Correct error in previous pullup.
details: https://anonhg.NetBSD.org/src/rev/184ef02c81cd
branches: netbsd-1-4
changeset: 470943:184ef02c81cd
user: he <he%NetBSD.org@localhost>
date: Fri Oct 06 15:46:29 2000 +0000
description:
Correct error in previous pullup.
diffstat:
sys/kern/syscalls.master | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 54e847884755 -r 184ef02c81cd sys/kern/syscalls.master
--- a/sys/kern/syscalls.master Fri Oct 06 15:37:27 2000 +0000
+++ b/sys/kern/syscalls.master Fri Oct 06 15:46:29 2000 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.90.2.1 2000/10/06 15:37:27 he Exp $
+ $NetBSD: syscalls.master,v 1.90.2.2 2000/10/06 15:46:29 he Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -550,6 +550,8 @@
288 UNIMPL
#endif
289 STD { ssize_t sys_preadv(int fd, \
+ const struct iovec *iovp, int iovcnt, \
+ int pad, off_t offset); }
290 STD { ssize_t sys_pwritev(int fd, \
const struct iovec *iovp, int iovcnt, \
int pad, off_t offset); }
@@ -573,5 +575,4 @@
303 UNIMPL
304 UNIMPL
305 STD { int sys_issetugid(void); }
- const struct iovec *iovp, int iovcnt, \
- int pad, off_t offset); }
+
Home |
Main Index |
Thread Index |
Old Index