about summary refs log tree commit homepage
path: root/ext/raindrops/linux_inet_diag.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-22 19:24:52 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-23 13:14:24 -0800
commita73fe2f033a766a05ecef01bef015e2d1993bddd (patch)
tree536e704f1e06b997cbd0237bcb46c5dc5fda04e1 /ext/raindrops/linux_inet_diag.c
parente10e520d47fa96cf549c7d544d6575baa8ed748a (diff)
downloadraindrops-a73fe2f033a766a05ecef01bef015e2d1993bddd.tar.gz
We'll be doing more Linux-only stuff
Diffstat (limited to 'ext/raindrops/linux_inet_diag.c')
-rw-r--r--ext/raindrops/linux_inet_diag.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/raindrops/linux_inet_diag.c b/ext/raindrops/linux_inet_diag.c
index a6bf302..78859cb 100644
--- a/ext/raindrops/linux_inet_diag.c
+++ b/ext/raindrops/linux_inet_diag.c
@@ -378,8 +378,6 @@ void Init_raindrops_linux_inet_diag(void)
 #ifndef HAVE_RB_STRUCT_ALLOC_NOINIT
         id_new = rb_intern("new");
 #endif
-        rb_require("raindrops/linux");
-
         page_size = getpagesize();
 
         assert(OPLEN <= page_size && "bytecode OPLEN is not <= PAGE_SIZE");