summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-24 14:17:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-24 14:17:28 +0000
commitf42b726174dc552b20f576fadf124c6f1fac8fdc (patch)
treea0dd2efbee02d9a0c22c2b8aa75f1d8476cf0539 /c/src/exec/posix/ChangeLog
parent2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f42b726174dc552b20f576fadf124c6f1fac8fdc.tar.bz2
2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support.
Diffstat (limited to 'c/src/exec/posix/ChangeLog')
-rw-r--r--c/src/exec/posix/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index cb4d0c33fc..8835d2f3ad 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,10 @@
+2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Add src/config.h
+ * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
+ * src/.cvsignore: Add config.h and stamp-h
+ * src/*.c: Add config.h support.
+
2001-01-23 Joel Sherrill <joel@OARcorp.com>
* src/alarm.c: Eliminated use of C++ style comments.