summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-20 20:34:27 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-20 20:34:27 +0000
commit0bd209efb02ece205dd3fc518eb8be9e4cba2c29 (patch)
treeb86203fdc040001c536b1c3891b15203c439cc45
parenta86c7f084f626a55b027f0d4c5526236f0a6470c (diff)
downloadATCD-0bd209efb02ece205dd3fc518eb8be9e4cba2c29.tar.gz
Tue Jun 20 15:31:43 2000 Luther J Baker <luther@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog41
-rw-r--r--PACE/pace/defines.h21
-rw-r--r--PACE/pace/posix/assert.h2
-rw-r--r--PACE/pace/posix/dirent.h1
-rw-r--r--PACE/pace/posix/fcntl.h1
-rw-r--r--PACE/pace/posix/grp.h1
-rw-r--r--PACE/pace/posix/in.h1
-rw-r--r--PACE/pace/posix/inet.h1
-rw-r--r--PACE/pace/posix/limits.h8
-rw-r--r--PACE/pace/posix/mman.h1
-rw-r--r--PACE/pace/posix/mqueue.h1
-rw-r--r--PACE/pace/posix/netdb.h1
-rw-r--r--PACE/pace/posix/pthread.h1
-rw-r--r--PACE/pace/posix/pwd.h1
-rw-r--r--PACE/pace/posix/sched.h1
-rw-r--r--PACE/pace/posix/semaphore.h1
-rw-r--r--PACE/pace/posix/setjmp.h1
-rw-r--r--PACE/pace/posix/signal.h1
-rw-r--r--PACE/pace/posix/socket.h1
-rw-r--r--PACE/pace/posix/stat.h1
-rw-r--r--PACE/pace/posix/stdio.h1
-rw-r--r--PACE/pace/posix/stdlib.h1
-rw-r--r--PACE/pace/posix/string.h1
-rw-r--r--PACE/pace/posix/strings.h1
-rw-r--r--PACE/pace/posix/termios.h1
-rw-r--r--PACE/pace/posix/thread.h7
-rw-r--r--PACE/pace/posix/time.h1
-rw-r--r--PACE/pace/posix/times.h1
-rw-r--r--PACE/pace/posix/types.h2
-rw-r--r--PACE/pace/posix/unistd.h1
-rw-r--r--PACE/pace/posix/utime.h1
-rw-r--r--PACE/pace/posix/utsname.h1
-rw-r--r--PACE/pace/posix/wait.h1
33 files changed, 43 insertions, 65 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 49f4c47ea87..bc383015d5b 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,44 @@
+Tue Jun 20 15:31:43 2000 Luther J Baker <luther@cs.wustl.edu>
+
+ * pace/posix/mman.h:
+ * pace/posix/socket.h:
+ * pace/posix/stat.h:
+ * pace/posix/termios.h:
+ * pace/posix/times.h:
+ * pace/posix/types.h:
+ * pace/posix/utsname.h:
+ * pace/posix/in.h:
+ * pace/posix/inet.h:
+ * pace/posix/aio.h:
+ * pace/posix/assert.h:
+ * pace/posix/defines.h:
+ * pace/posix/dirent.h:
+ * pace/posix/fnctl.h:
+ * pace/posix/grp.h:
+ * pace/posix/limits.h:
+ * pace/posix/locale.h:
+ * pace/posix/mqueue.h:
+ * pace/posix/netdb.h:
+ * pace/posix/pthread.h:
+ * pace/posix/pwd.h:
+ * pace/posix/sched.h:
+ * pace/posix/semaphore.h:
+ * pace/posix/setjmp.h:
+ * pace/posix/signal.h:
+ * pace/posix/stdio.h:
+ * pace/posix/stdlib.h:
+ * pace/posix/string.h:
+ * pace/posix/strings.h:
+ * pace/posix/thread.h:
+ * pace/posix/time.h:
+ * pace/posix/unistd.h:
+ * pace/posix/utime.h:
+ * pace/posix/wait.h:
+
+ Edited for consistency with previous entry.
+
+ Removed #include "pace/defines.h".
+
Tue Jun 20 15:14:44 2000 Luther J Baker <luther@cs.wustl.edu>
* pace/sys/mman.h:
diff --git a/PACE/pace/defines.h b/PACE/pace/defines.h
deleted file mode 100644
index bc7c5a76e4e..00000000000
--- a/PACE/pace/defines.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* $Id$
-
- * ============================================================================
- *
- * = LIBRARY
- * pace
- *
- * = FILENAME
- * pace/defines.h
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================ */
-
-#ifndef PACE_DEFINES_H_INDIRECT
-#define PACE_DEFINES_H_INDIRECT
-
-/* moved to pace/config/defines.h */
-
-#endif /* PACE_DEFINES_H_INDIRECT */
diff --git a/PACE/pace/posix/assert.h b/PACE/pace/posix/assert.h
index 77e3146b716..02b6c3fd233 100644
--- a/PACE/pace/posix/assert.h
+++ b/PACE/pace/posix/assert.h
@@ -16,8 +16,6 @@
#ifndef PACE_ASSERT_H
#define PACE_ASSERT_H
-#include "pace/defines.h"
-
#if defined (PACE_HAS_CPLUSPLUS)
extern "C" {
#endif /* PACE_HAS_CPLUSPLUS */
diff --git a/PACE/pace/posix/dirent.h b/PACE/pace/posix/dirent.h
index 0b48c288e3a..afa9f8cac4e 100644
--- a/PACE/pace/posix/dirent.h
+++ b/PACE/pace/posix/dirent.h
@@ -16,7 +16,6 @@
#ifndef PACE_DIRENT_H
#define PACE_DIRENT_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#include <dirent.h>
diff --git a/PACE/pace/posix/fcntl.h b/PACE/pace/posix/fcntl.h
index 6a0f073f760..755502bbf27 100644
--- a/PACE/pace/posix/fcntl.h
+++ b/PACE/pace/posix/fcntl.h
@@ -16,7 +16,6 @@
#ifndef PACE_FCNTL_H
#define PACE_FCNTL_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#include "pace/unistd.h"
#include <sys/stat.h>
diff --git a/PACE/pace/posix/grp.h b/PACE/pace/posix/grp.h
index d02524fa529..4ff45169ef1 100644
--- a/PACE/pace/posix/grp.h
+++ b/PACE/pace/posix/grp.h
@@ -16,7 +16,6 @@
#ifndef PACE_GRP_H
#define PACE_GRP_H
-#include "pace/defines.h"
#include <grp.h>
# if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/in.h b/PACE/pace/posix/in.h
index a03a444ece5..e4e4af450a4 100644
--- a/PACE/pace/posix/in.h
+++ b/PACE/pace/posix/in.h
@@ -16,7 +16,6 @@
#ifndef PACE_NETINET_IN_H
#define PACE_NETINET_IN_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/inet.h b/PACE/pace/posix/inet.h
index 5dee89a4f9b..9543654f143 100644
--- a/PACE/pace/posix/inet.h
+++ b/PACE/pace/posix/inet.h
@@ -16,7 +16,6 @@
#ifndef PACE_ARPA_INET_H
#define PACE_ARPA_INET_H
-#include "pace/defines.h"
#include <arpa/inet.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/limits.h b/PACE/pace/posix/limits.h
index 2ff607e0a54..fb952113bbd 100644
--- a/PACE/pace/posix/limits.h
+++ b/PACE/pace/posix/limits.h
@@ -6,30 +6,24 @@
* pace (posix ace)
*
* = FILENAME
- * limits.h
+ * pace/posix/limits.h
*
* = AUTHOR
* Joe Hoffert
*
* ============================================================================ */
-
#ifndef PACE_LIMITS_H
#define PACE_LIMITS_H
-
-#include "pace/defines.h"
#include <limits.h>
-
# if defined (PACE_HAS_CPLUSPLUS)
extern "C" {
# endif /* (PACE_HAS_CPLUSPLUS) */
-
# if defined (PACE_HAS_CPLUSPLUS)
}
# endif /* PACE_HAS_CPLUSPLUS */
-
#endif /* PACE_LIMITS_H */
diff --git a/PACE/pace/posix/mman.h b/PACE/pace/posix/mman.h
index 12dd68e21a0..5ddaf08fafc 100644
--- a/PACE/pace/posix/mman.h
+++ b/PACE/pace/posix/mman.h
@@ -16,7 +16,6 @@
#ifndef PACE_SYS_MMAN_H
#define PACE_SYS_MMAN_H
-#include "pace/defines.h"
#include <sys/mman.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/mqueue.h b/PACE/pace/posix/mqueue.h
index eac033919c6..d6bf93be666 100644
--- a/PACE/pace/posix/mqueue.h
+++ b/PACE/pace/posix/mqueue.h
@@ -16,7 +16,6 @@
#ifndef PACE_MQUEUE_H
#define PACE_MQUEUE_H
-#include "pace/defines.h"
#include <mqueue.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/netdb.h b/PACE/pace/posix/netdb.h
index 438cfa52b0a..cf3b1700c8d 100644
--- a/PACE/pace/posix/netdb.h
+++ b/PACE/pace/posix/netdb.h
@@ -16,7 +16,6 @@
#ifndef PACE_NETDB_H
#define PACE_NETDB_H
-#include "pace/defines.h"
#include <netdb.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/pthread.h b/PACE/pace/posix/pthread.h
index 5e84d849ce0..61d5ef55c78 100644
--- a/PACE/pace/posix/pthread.h
+++ b/PACE/pace/posix/pthread.h
@@ -16,7 +16,6 @@
#ifndef PACE_PTHREAD_H
#define PACE_PTHREAD_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#include "pace/signal.h"
#include <pthread.h>
diff --git a/PACE/pace/posix/pwd.h b/PACE/pace/posix/pwd.h
index 9e9a7cb129e..b62a2dabacb 100644
--- a/PACE/pace/posix/pwd.h
+++ b/PACE/pace/posix/pwd.h
@@ -16,7 +16,6 @@
#ifndef PACE_PWD_H
#define PACE_PWD_H
-#include "pace/defines.h"
#include <pwd.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/sched.h b/PACE/pace/posix/sched.h
index f40426ce411..f7e9e9abd30 100644
--- a/PACE/pace/posix/sched.h
+++ b/PACE/pace/posix/sched.h
@@ -16,7 +16,6 @@
#ifndef PACE_SCHED_H
#define PACE_SCHED_H
-#include "pace/defines.h"
#include <sched.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/semaphore.h b/PACE/pace/posix/semaphore.h
index ea109b9b122..e6ec9422f5e 100644
--- a/PACE/pace/posix/semaphore.h
+++ b/PACE/pace/posix/semaphore.h
@@ -16,7 +16,6 @@
#ifndef PACE_SEMAPHORE_H
#define PACE_SEMAPHORE_H
-#include "pace/defines.h"
#include <semaphore.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/setjmp.h b/PACE/pace/posix/setjmp.h
index bedfa9fbe8c..6a8f1c581ba 100644
--- a/PACE/pace/posix/setjmp.h
+++ b/PACE/pace/posix/setjmp.h
@@ -16,7 +16,6 @@
#ifndef PACE_SETJMP_H
#define PACE_SETJMP_H
-#include "pace/defines.h"
#include <setjmp.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/signal.h b/PACE/pace/posix/signal.h
index 417b5829d17..adbf862073d 100644
--- a/PACE/pace/posix/signal.h
+++ b/PACE/pace/posix/signal.h
@@ -16,7 +16,6 @@
#ifndef PACE_SIGNAL_H
#define PACE_SIGNAL_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#include <signal.h>
diff --git a/PACE/pace/posix/socket.h b/PACE/pace/posix/socket.h
index 8a84cafd7dd..abd0c8d4f72 100644
--- a/PACE/pace/posix/socket.h
+++ b/PACE/pace/posix/socket.h
@@ -16,7 +16,6 @@
#ifndef PACE_SYS_SOCKET_H
#define PACE_SYS_SOCKET_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#include <sys/socket.h>
diff --git a/PACE/pace/posix/stat.h b/PACE/pace/posix/stat.h
index 8537635e811..49c8bda2ba6 100644
--- a/PACE/pace/posix/stat.h
+++ b/PACE/pace/posix/stat.h
@@ -16,7 +16,6 @@
#ifndef PACE_SYS_STAT_H
#define PACE_SYS_STAT_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#include <sys/stat.h>
diff --git a/PACE/pace/posix/stdio.h b/PACE/pace/posix/stdio.h
index 152d60e7f47..31c1f692452 100644
--- a/PACE/pace/posix/stdio.h
+++ b/PACE/pace/posix/stdio.h
@@ -16,7 +16,6 @@
#ifndef PACE_STDIO_H
#define PACE_STDIO_H
-#include "pace/defines.h"
#include <stdio.h>
#include <stdarg.h>
diff --git a/PACE/pace/posix/stdlib.h b/PACE/pace/posix/stdlib.h
index 7ecbfbd9f83..1fb823dc690 100644
--- a/PACE/pace/posix/stdlib.h
+++ b/PACE/pace/posix/stdlib.h
@@ -16,7 +16,6 @@
#ifndef PACE_STDLIB_H
#define PACE_STDLIB_H
-#include "pace/defines.h"
#include "pace/unistd.h"
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/string.h b/PACE/pace/posix/string.h
index d8ca533ea91..279e226b0aa 100644
--- a/PACE/pace/posix/string.h
+++ b/PACE/pace/posix/string.h
@@ -16,7 +16,6 @@
#ifndef PACE_STRING_H
#define PACE_STRING_H
-#include "pace/defines.h"
#include "pace/unistd.h"
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/strings.h b/PACE/pace/posix/strings.h
index f4653032dde..dcb5ddb2a7c 100644
--- a/PACE/pace/posix/strings.h
+++ b/PACE/pace/posix/strings.h
@@ -16,7 +16,6 @@
#ifndef PACE_STRINGS_H
#define PACE_STRINGS_H
-#include "pace/defines.h"
#include "pace/unistd.h"
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/termios.h b/PACE/pace/posix/termios.h
index a81be7be7b2..36f6d5e44d5 100644
--- a/PACE/pace/posix/termios.h
+++ b/PACE/pace/posix/termios.h
@@ -16,7 +16,6 @@
#ifndef PACE_SYS_TERMIOS_H
#define PACE_SYS_TERMIOS_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#include <termios.h>
diff --git a/PACE/pace/posix/thread.h b/PACE/pace/posix/thread.h
index 167d82c5f02..9ffe8160e77 100644
--- a/PACE/pace/posix/thread.h
+++ b/PACE/pace/posix/thread.h
@@ -6,19 +6,14 @@
* pace
*
* = FILENAME
- * thread.h
+ * pace/posix/thread.h
*
* = AUTHOR
* Luther Baker
*
* ============================================================================= */
-
#ifndef PACE_THREAD_H
#define PACE_THREAD_H
-
-#include "pace/defines.h"
-
-
#endif /* PACE_THREAD_H */
diff --git a/PACE/pace/posix/time.h b/PACE/pace/posix/time.h
index b2bb97b6348..42835012cc8 100644
--- a/PACE/pace/posix/time.h
+++ b/PACE/pace/posix/time.h
@@ -16,7 +16,6 @@
#ifndef PACE_TIME_H
#define PACE_TIME_H
-#include "pace/defines.h"
#include <time.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/times.h b/PACE/pace/posix/times.h
index 2927769ad1c..fd24b664961 100644
--- a/PACE/pace/posix/times.h
+++ b/PACE/pace/posix/times.h
@@ -16,7 +16,6 @@
#ifndef PACE_SYS_TIMES_H
#define PACE_SYS_TIMES_H
-#include "pace/defines.h"
#include <sys/times.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/types.h b/PACE/pace/posix/types.h
index fe48799e3b1..610427a0a42 100644
--- a/PACE/pace/posix/types.h
+++ b/PACE/pace/posix/types.h
@@ -18,13 +18,11 @@
#ifndef PACE_SYS_TYPES_H
#define PACE_SYS_TYPES_H
-
#include <sys/types.h>
/* specific to SunOS 5.7 ace.cs <luther@cs.wustl.edu> */
#include <inttypes.h>
-
/* Wrap a handle. */
# define PACE_HANDLE int
# define PACE_INVALID_HANDLE -1
diff --git a/PACE/pace/posix/unistd.h b/PACE/pace/posix/unistd.h
index 1fc8a9c9ecc..44e7c15ff95 100644
--- a/PACE/pace/posix/unistd.h
+++ b/PACE/pace/posix/unistd.h
@@ -16,7 +16,6 @@
#ifndef PACE_UNISTD_H
#define PACE_UNISTD_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#include <stropts.h>
diff --git a/PACE/pace/posix/utime.h b/PACE/pace/posix/utime.h
index 31875089a96..1a2e283cf57 100644
--- a/PACE/pace/posix/utime.h
+++ b/PACE/pace/posix/utime.h
@@ -16,7 +16,6 @@
#ifndef PACE_UTIME_H
#define PACE_UTIME_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#include <utime.h>
diff --git a/PACE/pace/posix/utsname.h b/PACE/pace/posix/utsname.h
index c0cf4837e58..169c5235da6 100644
--- a/PACE/pace/posix/utsname.h
+++ b/PACE/pace/posix/utsname.h
@@ -16,7 +16,6 @@
#ifndef PACE_SYS_UTSNAME_H
#define PACE_SYS_UTSNAME_H
-#include "pace/defines.h"
#include <sys/utsname.h>
#if defined (PACE_HAS_CPLUSPLUS)
diff --git a/PACE/pace/posix/wait.h b/PACE/pace/posix/wait.h
index 875974dde6f..551bd87698f 100644
--- a/PACE/pace/posix/wait.h
+++ b/PACE/pace/posix/wait.h
@@ -16,7 +16,6 @@
#ifndef PACE_WAIT_H
#define PACE_WAIT_H
-#include "pace/defines.h"
#include "pace/sys/types.h"
#if defined (PACE_HAS_CPLUSPLUS)