diff options
author | 2015-10-23 00:52:49 +0000 | |
---|---|---|
committer | 2015-10-23 00:52:49 +0000 | |
commit | 1793b882c6492420aceba3a8e1056978e6fb7024 (patch) | |
tree | 2e33afba0c4fe3b4991ad488a3a929b89c5d571e /lib/libc/sys | |
parent | Switch to using SOCK_DNS flag, rather than the dnssocket() and (diff) | |
download | wireguard-openbsd-1793b882c6492420aceba3a8e1056978e6fb7024.tar.xz wireguard-openbsd-1793b882c6492420aceba3a8e1056978e6fb7024.zip |
Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNS
flag instead.
ok guenther tedu semarie
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 09b56d98efd..6a8dbaf7b3d 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.133 2015/10/19 23:13:38 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.134 2015/10/23 00:52:49 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -29,7 +29,7 @@ ASM= __get_tcb.o __getcwd.o __semctl.o __set_tcb.o __syscall.o \ __thrwakeup.o accept.o accept4.o access.o acct.o adjfreq.o adjtime.o \ bind.o chdir.o chflags.o chflagsat.o chmod.o chown.o chroot.o \ clock_getres.o clock_gettime.o clock_settime.o close.o \ - closefrom.o dnsconnect.o connect.o dup.o dup2.o dup3.o execve.o faccessat.o \ + closefrom.o connect.o dup.o dup2.o dup3.o execve.o faccessat.o \ fchdir.o fchflags.o fchmod.o fchmodat.o fchown.o \ fchownat.o fcntl.o fhopen.o fhstat.o fhstatfs.o \ flock.o fpathconf.o fstat.o fstatat.o fstatfs.o \ @@ -54,7 +54,7 @@ ASM= __get_tcb.o __getcwd.o __semctl.o __set_tcb.o __syscall.o \ setpgid.o setpriority.o setregid.o setresgid.o setresuid.o \ setreuid.o setrlimit.o setrtable.o setsid.o setsockopt.o \ settimeofday.o setuid.o shmat.o shmctl.o shmdt.o \ - shmget.o shutdown.o sigaction.o sigaltstack.o dnssocket.o socket.o \ + shmget.o shutdown.o sigaction.o sigaltstack.o socket.o \ socketpair.o stat.o statfs.o swapctl.o symlink.o symlinkat.o \ sync.o sysarch.o sysctl.o umask.o unlink.o unlinkat.o \ unmount.o utimensat.o utimes.o utrace.o wait4.o write.o writev.o |