diff options
author | sumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-19 21:55:52 +0000 |
---|---|---|
committer | sumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-19 21:55:52 +0000 |
commit | 6e5fceb7371515a8e6323b64bed17762d05199c1 (patch) | |
tree | 6dd80c4fa4d27be4dc450d597ed99e21232ae772 /ace | |
parent | 973dcdc4558e1251e92ba9736139cbd95be90156 (diff) | |
download | ATCD-6e5fceb7371515a8e6323b64bed17762d05199c1.tar.gz |
NetBSD 1.3alpha has a better MSYNC. Commented out
ACE_HAS_BROKEN_NETBSD_MSYNC
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-netbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-netbsd.h b/ace/config-netbsd.h index 0e2d9b34593..3885ab65c8d 100644 --- a/ace/config-netbsd.h +++ b/ace/config-netbsd.h @@ -19,7 +19,7 @@ // ******************************************************** #define ACE_NETBSD -#define ACE_HAS_BROKEN_NETBSD_MSYNC +// #define ACE_HAS_BROKEN_NETBSD_MSYNC // Platform specific directives #define ACE_LACKS_GETPGID |