diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-06-04 13:38:15 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-06-04 13:38:15 +0000 |
commit | e28576c7524afaa68eba32288a8ac28c7c706443 (patch) | |
tree | c0e8b12dee757ee641c0ed234bcd075ad6a104d4 /sys/netinet6 | |
parent | ccaf0aef8bde065fe32227fed30123db946f423c (diff) |
nuke non-standard include files (has been #error only for a long time
so there should be no sideeffect)
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/icmp6.h | 3 | ||||
-rw-r--r-- | sys/netinet6/ip6.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet6/icmp6.h b/sys/netinet6/icmp6.h deleted file mode 100644 index e54011002e7..00000000000 --- a/sys/netinet6/icmp6.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: icmp6.h,v 1.7 2000/02/09 07:37:15 itojun Exp $ */ - -#error "do not include netinet6/ip6.h, include netinet/ip6.h" diff --git a/sys/netinet6/ip6.h b/sys/netinet6/ip6.h deleted file mode 100644 index f28729b5a46..00000000000 --- a/sys/netinet6/ip6.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: ip6.h,v 1.4 2000/02/09 07:37:15 itojun Exp $ */ - -#error "do not include netinet6/ip6.h, include netinet/ip6.h" |