summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallargs.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-28 12:04:06 +0000
committerderaadt <deraadt@openbsd.org>2015-10-28 12:04:06 +0000
commite787ebf96f6c5c64144a2eb850bb96c841f3a933 (patch)
treeb0c78114cd4bc4c5fa785b9627a8d333e3a42076 /sys/sys/syscallargs.h
parentThe short-lived dnssocket/dnsconnect calls are being required because we (diff)
downloadwireguard-openbsd-e787ebf96f6c5c64144a2eb850bb96c841f3a933.tar.xz
wireguard-openbsd-e787ebf96f6c5c64144a2eb850bb96c841f3a933.zip
sync
Diffstat (limited to 'sys/sys/syscallargs.h')
-rw-r--r--sys/sys/syscallargs.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 3cfad4fed34..b9b282ceb7f 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.177 2015/10/18 00:05:59 deraadt Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.178 2015/10/28 12:04:06 deraadt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.163 2015/10/18 00:04:43 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.164 2015/10/28 12:03:39 deraadt Exp
*/
#ifdef syscallarg
@@ -672,18 +672,6 @@ struct sys_nfssvc_args {
syscallarg(void *) argp;
};
-struct sys_dnsconnect_args {
- syscallarg(int) s;
- syscallarg(const struct sockaddr *) name;
- syscallarg(socklen_t) namelen;
-};
-
-struct sys_dnssocket_args {
- syscallarg(int) domain;
- syscallarg(int) type;
- syscallarg(int) protocol;
-};
-
struct sys_getfh_args {
syscallarg(const char *) fname;
syscallarg(fhandle_t *) fhp;
@@ -1239,8 +1227,6 @@ int sys_quotactl(struct proc *, void *, register_t *);
int sys_nfssvc(struct proc *, void *, register_t *);
#else
#endif
-int sys_dnsconnect(struct proc *, void *, register_t *);
-int sys_dnssocket(struct proc *, void *, register_t *);
int sys_getfh(struct proc *, void *, register_t *);
int sys_sysarch(struct proc *, void *, register_t *);
int sys_pread(struct proc *, void *, register_t *);