1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1999-12-07 16:47:21 +00:00
parent f164412f12
commit 93402f1b01
10 changed files with 18 additions and 25 deletions

View file

@ -41,11 +41,6 @@
#include <sys/types.h>
#ifndef NT
#include <sys/param.h>
#endif
#ifdef HAVE_SYSCTL_H
#include <sys/sysctl.h>
#endif
#ifndef NT
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>