summaryrefslogtreecommitdiffstats
path: root/ext/fcntl
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-08-13 05:37:52 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-08-13 05:37:52 +0000
commit29b7d942bfe9a92b5c3124e235fa54b5de31dccf (patch)
tree3ea2e607f9ea08c56830ef7b803cd259e3d67c7f /ext/fcntl
parenta2af08da0c33d2dcde870b491f62a8bd0c1c6b81 (diff)
downloadruby-29b7d942bfe9a92b5c3124e235fa54b5de31dccf.tar.gz
ruby-29b7d942bfe9a92b5c3124e235fa54b5de31dccf.tar.xz
ruby-29b7d942bfe9a92b5c3124e235fa54b5de31dccf.zip
remove marshal/gtk/kconv
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/fcntl')
-rw-r--r--ext/fcntl/depend2
-rw-r--r--ext/fcntl/fcntl.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/ext/fcntl/depend b/ext/fcntl/depend
index a7915c7d9..10eab64a4 100644
--- a/ext/fcntl/depend
+++ b/ext/fcntl/depend
@@ -1 +1 @@
-fcntl.o: fcntl.c $(hdrdir)/ruby.h $(hdrdir)/config.h $(hdrdir)/defines.h
+fcntl.o: fcntl.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h
diff --git a/ext/fcntl/fcntl.c b/ext/fcntl/fcntl.c
index 186f9ac89..80e0112e4 100644
--- a/ext/fcntl/fcntl.c
+++ b/ext/fcntl/fcntl.c
@@ -34,6 +34,7 @@ pack up your own arguments to pass as args for locking functions, etc.
#include "ruby.h"
#include <fcntl.h>
+void
Init_fcntl()
{
VALUE mFcntl = rb_define_module("Fcntl");