summaryrefslogtreecommitdiff
path: root/apollo
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-24 10:06:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-24 10:06:44 +0000
commitcde3cabee41bb199a5bfdd1f0efae8ad19b5daf6 (patch)
treece28156d933faf79b3cdb2af52eb9f672a37041e /apollo
parentd71983eec88caeb749825538a7a875720cb177b9 (diff)
downloadperl-cde3cabee41bb199a5bfdd1f0efae8ad19b5daf6.tar.gz
integrate changes#3116,3119 from maint-5.005
p4raw-link: @3119 on //depot/maint-5.005/perl: 974d03758f8de9dcecbeb0f13de2339c50bd8536 p4raw-link: @3116 on //depot/maint-5.005/perl: 55ab10abf587fd49163e904350cf752fec2ecb09 p4raw-id: //depot/perl@3149 p4raw-branched: from //depot/maint-5.005/perl@3148 'branch in' apollo/netinet/in.h p4raw-integrated: from //depot/maint-5.005/perl@3148 'merge in' t/lib/io_udp.t (@1649..) MANIFEST (@3086..)
Diffstat (limited to 'apollo')
-rw-r--r--apollo/netinet/in.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apollo/netinet/in.h b/apollo/netinet/in.h
new file mode 100644
index 0000000000..cfbc0485d0
--- /dev/null
+++ b/apollo/netinet/in.h
@@ -0,0 +1,8 @@
+/* Apollo's <netinet/in.h> isn't protected against multiple inclusion. */
+
+#ifndef _NETINET_IN_INCLUDED
+#define _NETINET_IN_INCLUDED
+
+#include "/bsd4.3/usr/include/netinet/in.h"
+
+#endif /* _NETINET_IN_INCLUDED */