summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-24 23:47:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-11-24 23:47:18 +0000
commit897a1998294360512afb9025446f7160edba1ce3 (patch)
tree51fc0a2ac641a33ab3b8fa66f1b4f92d3d5b0b62 /sys
parent900d33a5a72d8d895e1f61e332f8c6b43c274ec0 (diff)
Add sendsyslog2... this has an additional flags variable to permit
passing LOG_CONS ok millert kettenis beck
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/syscalls.master5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index ce32ac09713..117b7bdbad0 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
-; $OpenBSD: syscalls.master,v 1.165 2015/11/10 04:30:59 guenther Exp $
+; $OpenBSD: syscalls.master,v 1.166 2015/11/24 23:47:17 deraadt Exp $
; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -233,7 +233,8 @@
fd_set *ex, const struct timespec *ts, \
const sigset_t *mask); }
111 STD { int sys_sigsuspend(int mask); }
-112 OBSOL osigstack
+112 STD { int sys_sendsyslog2(const void *buf, size_t nbyte, \
+ int flags); }
113 OBSOL orecvmsg
114 OBSOL osendmsg
115 OBSOL vtrace