summaryrefslogtreecommitdiff
path: root/PACE
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-15 18:22:33 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-15 18:22:33 +0000
commitf754209eaf12fd78ef11f2307ad80b2e75d6847b (patch)
tree7016fbad6fe3f749fb8053f89c61a33cc596904e /PACE
parent550471775938802632045ab697f26bdc166c81a5 (diff)
downloadATCD-f754209eaf12fd78ef11f2307ad80b2e75d6847b.tar.gz
ChangeLogTag:Mon Jan 15 10:20:55 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'PACE')
-rw-r--r--PACE/ChangeLog8
-rw-r--r--PACE/pace/posix/socket.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 929091f3d9a..67c3f9042b4 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jan 15 10:20:55 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * pace/posix/socket.c:
+ Change #include from "pace/posix/sys/socket.inl" to
+ "pace/posix/socket.inl", the former does not exist and the
+ program fails to compile.
+ Only detected in builds with inline=0
+
Fri Jan 12 07:35:31 2001 Joe Hoffert <joeh@cs.wustl.edu>
* Makefile:
diff --git a/PACE/pace/posix/socket.c b/PACE/pace/posix/socket.c
index 68854c863f7..ef5494116c7 100644
--- a/PACE/pace/posix/socket.c
+++ b/PACE/pace/posix/socket.c
@@ -16,5 +16,5 @@
#include "pace/sys/socket.h"
#if !defined (PACE_HAS_INLINE)
-# include "pace/posix/sys/socket.inl"
+# include "pace/posix/socket.inl"
#endif /* ! PACE_HAS_INLINE */