2010-11-15 Marcus Brinkmann <mb@g10code.com>
authorMarcus Brinkmann <mb@g10code.com>
Mon, 15 Nov 2010 15:29:17 +0000 (15:29 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 15 Nov 2010 15:29:17 +0000 (15:29 +0000)
* conf-w32ce-msc/fcntl.h: New file.
* conf-w32ce-msc/build.mk (conf_sources): Add fnctl.h.
(sources): Remove memrchr.c.

contrib/ChangeLog
contrib/conf-w32ce-msc/build.mk
contrib/conf-w32ce-msc/fcntl.h [new file with mode: 0755]

index b35c14641afa4ed28c5b72f22b8a300c1812ff4d..e6b96f5a20fe08cccafbb071606334db6fdc1f61 100644 (file)
@@ -1,5 +1,9 @@
 2010-11-15  Marcus Brinkmann  <mb@g10code.com>
 
+       * conf-w32ce-msc/fcntl.h: New file.
+       * conf-w32ce-msc/build.mk (conf_sources): Add fnctl.h.
+       (sources): Remove memrchr.c.
+
        * conf-w32ce-msc/io.h: New file.
        * conf-w32ce-msc/build.mk (conf_sources): Add io.h.
        
index e7d0b01fa02d0dc050772e1f7b2287550bf67be9..ac3b6a3ba5eb601ae5cf54adaa8395b29c6b5b7c 100755 (executable)
@@ -99,7 +99,6 @@ sources = \
        kdpipeiodevice.h    \
        key.c               \
        keylist.c           \
-       memrchr.c           \
        op-support.c        \
        opassuan.c          \
        ops.h               \
@@ -203,7 +202,7 @@ objs = \
 conf_sources = \
        build.mk \
        config.h \
-        stdint.h io.h
+        stdint.h io.h fcntl.h
 
 # Source files built by running the standard build system.
 built_sources = \
diff --git a/contrib/conf-w32ce-msc/fcntl.h b/contrib/conf-w32ce-msc/fcntl.h
new file mode 100755 (executable)
index 0000000..08c7415
--- /dev/null
@@ -0,0 +1 @@
+/* Dummy fcntl.h header.  */