From 9c605744a68e265bcb0ebe4c4e074184f640a20b Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 15 Nov 2010 15:29:17 +0000 Subject: [PATCH] 2010-11-15 Marcus Brinkmann * conf-w32ce-msc/fcntl.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add fnctl.h. (sources): Remove memrchr.c. --- contrib/ChangeLog | 4 ++++ contrib/conf-w32ce-msc/build.mk | 3 +-- contrib/conf-w32ce-msc/fcntl.h | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100755 contrib/conf-w32ce-msc/fcntl.h diff --git a/contrib/ChangeLog b/contrib/ChangeLog index b35c146..e6b96f5 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,5 +1,9 @@ 2010-11-15 Marcus Brinkmann + * 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. diff --git a/contrib/conf-w32ce-msc/build.mk b/contrib/conf-w32ce-msc/build.mk index e7d0b01..ac3b6a3 100755 --- a/contrib/conf-w32ce-msc/build.mk +++ b/contrib/conf-w32ce-msc/build.mk @@ -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 index 0000000..08c7415 --- /dev/null +++ b/contrib/conf-w32ce-msc/fcntl.h @@ -0,0 +1 @@ +/* Dummy fcntl.h header. */ -- 2.26.2