diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-03-02 15:52:12 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-03-02 15:52:12 +0000 |
commit | 0f65428e15f33bb9c4af06ac8d0587ae08968106 (patch) | |
tree | 72c769bf2ba6a20e9903fb577d1c5506ebaf0232 /sys/netinet/in.h | |
parent | c90c7a27efbd87af8f92bfc72e1c9e991c7020af (diff) |
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 **); |