summaryrefslogtreecommitdiff
path: root/ace/Makefile
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-17 20:29:00 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-17 20:29:00 +0000
commit2d85c325b1050a34721139241028988913994e6b (patch)
tree0a7b4d9c37b1d93019857742bb61ff8bab7138be /ace/Makefile
parent953cf51642f6c44e4a503084518c98a8174aa469 (diff)
downloadATCD-2d85c325b1050a34721139241028988913994e6b.tar.gz
ChangeLogTag:Mon Jan 17 14:20:17 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Makefile')
-rw-r--r--ace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Makefile b/ace/Makefile
index 569b2f21a3e..ddbb7c4477d 100644
--- a/ace/Makefile
+++ b/ace/Makefile
@@ -470,7 +470,7 @@ Svc_Conf_l.cpp: Svc_Conf.l
-e "s/YY/ACE_YY/g" \
-e "s/free( ptr );/free( ACE_MALLOC_T (ptr) );/g" \
-e "s/exit( 1 );/ACE_OS::exit( 1 );/g" \
- -e "s/isatty( fileno(file)/ACE_OS::isatty((ACE_HANDLE) fileno (file)/g" \
+ -e "s/isatty( fileno(file)/ACE_OS::isatty( fileno (file)/g" \
-e "s/int isatty/int nop_isatty/g" \
-e "s/realloc( ptr, size );/realloc( ACE_MALLOC_T (ptr), size );/g" \
-e "s@#include <stdio\.h>@#include \"ace/OS.h\"@" \