summaryrefslogtreecommitdiffstats
path: root/lib/ipv6.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-01-23 22:08:59 +0100
committerMartin Mares <mj@ucw.cz>1999-01-23 22:08:59 +0100
commit294c182eb1dd02d0ae8658acb4a21db5d2977f3c (patch)
tree5575654871c6efe661665639eca443bc51a41e93 /lib/ipv6.h
parent2c2f67bd83c267c1dbee68c6ed7d67f9be77e566 (diff)
downloadbird-294c182eb1dd02d0ae8658acb4a21db5d2977f3c.tar
bird-294c182eb1dd02d0ae8658acb4a21db5d2977f3c.zip
Replaced the old ugly ipv6 compilation hack by a conditional in Modules.
Diffstat (limited to 'lib/ipv6.h')
-rw-r--r--lib/ipv6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ipv6.h b/lib/ipv6.h
index b8d2e9f..35d8e29 100644
--- a/lib/ipv6.h
+++ b/lib/ipv6.h
@@ -6,8 +6,8 @@
* Can be freely distributed and used under the terms of the GNU GPL.
*/
-#ifndef _BIRD_IPV4_H_
-#define _BIRD_IPV4_H_
+#ifndef _BIRD_IPV6_H_
+#define _BIRD_IPV6_H_
#include <netinet/in.h>
#include <string.h>