diff options
author | 2018-03-02 15:52:11 +0000 | |
---|---|---|
committer | 2018-03-02 15:52:11 +0000 | |
commit | 0869a26642f378154f5112a742a66abc8ed6eea8 (patch) | |
tree | 68275cf73ef99f007ee208fb720e77b7cd419479 /sys/netinet/in.h | |
parent | Fix reference clock frequency. (diff) | |
download | wireguard-openbsd-0869a26642f378154f5112a742a66abc8ed6eea8.tar.xz wireguard-openbsd-0869a26642f378154f5112a742a66abc8ed6eea8.zip |
Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now.
This needs to go back to the drawing board.
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r-- | sys/netinet/in.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 02233bb3d08..588c724e771 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in.h,v 1.128 2018/02/10 05:32:21 claudio Exp $ */ +/* $OpenBSD: in.h,v 1.129 2018/03/02 15:52:11 claudio Exp $ */ /* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */ /* @@ -811,7 +811,6 @@ int in_cksum(struct mbuf *, int); int in4_cksum(struct mbuf *, u_int8_t, int, int); void in_proto_cksum_out(struct mbuf *, struct ifnet *); void in_ifdetach(struct ifnet *); -int in_up_loopback(struct ifnet *); int in_mask2len(struct in_addr *); void in_len2mask(struct in_addr *, int); int in_nam2sin(const struct mbuf *, struct sockaddr_in **); |