summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-05-09 18:35:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-05-09 18:35:29 +0000
commitadcaae914eb47bb31e34c360eb1ba97051917f0a (patch)
treec34d044601655eabf91f83e88ce2ac664596878c /ace
parentd7350948053a984b1043e5b4fb5588870320707d (diff)
downloadATCD-adcaae914eb47bb31e34c360eb1ba97051917f0a.tar.gz
ChangeLogTag:Wed May 09 10:02:10 2001 Balachandran <bala@cs.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/OS.h6
-rw-r--r--ace/SV_Shared_Memory.h1
2 files changed, 3 insertions, 4 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 654b945da0e..87f04e5817a 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -3394,10 +3394,10 @@ typedef pace_gid_t gid_t;
# else /* !ACE_HAS_PACE */
typedef DWORD nlink_t;
# if !defined(__MINGW32__)
-typedef int mode_t;
+typedef u_short mode_t;
# endif /* !__MINGW32__ */
-typedef int uid_t;
-typedef int gid_t;
+typedef long uid_t;
+typedef long gid_t;
# endif /* ACE_HAS_PACE */
# endif /* __BORLANDC__ */
typedef char *caddr_t;
diff --git a/ace/SV_Shared_Memory.h b/ace/SV_Shared_Memory.h
index cc1fa50d90f..b27404cc86e 100644
--- a/ace/SV_Shared_Memory.h
+++ b/ace/SV_Shared_Memory.h
@@ -1,6 +1,5 @@
/* -*- C++ -*- */
-
//=============================================================================
/**
* @file SV_Shared_Memory.h