diff options
author | 2015-10-18 01:32:05 +0000 | |
---|---|---|
committer | 2015-10-18 01:32:05 +0000 | |
commit | 350a0f5be1f661efc8f67313e024f2017c645775 (patch) | |
tree | 0e0f7a1e931f3018e47003e83acbc9130ef1e41c | |
parent | Allow read/write access to /dev/tty when using "tty" pledge. (diff) | |
download | wireguard-openbsd-350a0f5be1f661efc8f67313e024f2017c645775.tar.xz wireguard-openbsd-350a0f5be1f661efc8f67313e024f2017c645775.zip |
Describe dnssocket / dnsconnect arguments
-rw-r--r-- | usr.bin/kdump/kdump.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index a948b71e36e..5230ddd8f25 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdump.c,v 1.115 2015/10/10 20:35:00 deraadt Exp $ */ +/* $OpenBSD: kdump.c,v 1.116 2015/10/18 01:32:05 deraadt Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -798,7 +798,9 @@ static const formatter scargs[][8] = { [SYS_fsync] = { Pfd }, [SYS_setpriority] = { Prioname, Ppid_t, Pdecint }, [SYS_socket] = { Sockfamilyname, Socktypename, Sockprotoname }, + [SYS_dnssocket] = { Sockfamilyname, Socktypename, Sockprotoname }, [SYS_connect] = { Pfd, Pptr, Pucount }, + [SYS_dnsconnect] = { Pfd, Pptr, Pucount }, [SYS_getdents] = { Pfd, Pptr, Pbigsize }, [SYS_getpriority] = { Prioname, Ppid_t }, [SYS_pipe2] = { Pptr, Flagsname }, |