summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-09 00:05:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-09 00:05:55 +0000
commitc822aedd9d556180ba63cfcbc6f5f38179aea36f (patch)
tree11db1679631a84a1b16811d20775bc2a4b3cbfdc
parentec976fde55ce9a0dce8bd778b148cffdc5075a07 (diff)
spacing that made a grep look very suspicious
-rw-r--r--sys/kern/syscalls.master8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 623b21011e3..435821b53a4 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
-; $OpenBSD: syscalls.master,v 1.82 2006/04/28 08:34:31 pedro Exp $
+; $OpenBSD: syscalls.master,v 1.83 2006/06/09 00:05:54 deraadt Exp $
; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -530,7 +530,7 @@
int pad, off_t offset); }
268 STD { ssize_t sys_pwritev(int fd, \
const struct iovec *iovp, int iovcnt, \
- int pad, off_t offset); }
+ int pad, off_t offset); }
269 STD { int sys_kqueue(void); }
270 STD { int sys_kevent(int fd, \
const struct kevent *changelist, int nchanges, \
@@ -557,7 +557,7 @@
285 OBSOL sys_omquery
286 STD { void *sys_mquery(void *addr, size_t len, int prot, \
int flags, int fd, long pad, off_t pos); }
-287 STD { int sys_closefrom(int fd); }
+287 STD { int sys_closefrom(int fd); }
288 STD { int sys_sigaltstack(const struct sigaltstack *nss, \
struct sigaltstack *oss); }
#ifdef SYSVSHM
@@ -569,7 +569,7 @@
290 STD { int sys_semop(int semid, struct sembuf *sops, \
size_t nsops); }
#else
-290 UNIMPL semop
+290 UNIMPL semop
#endif
291 STD { int sys_stat(const char *path, struct stat *ub); }
292 STD { int sys_fstat(int fd, struct stat *sb); }