diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-29 02:38:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-29 02:38:49 +0000 |
commit | 08323935b1f1736193729dc894064200dad6b7e4 (patch) | |
tree | f27c16bdb12793db00cb39ef36940c476484701f /ace/config-linux.h | |
parent | 47e0dd371c9315dc00fc33292016b39c7cf3262c (diff) | |
download | ATCD-08323935b1f1736193729dc894064200dad6b7e4.tar.gz |
foo
Diffstat (limited to 'ace/config-linux.h')
-rw-r--r-- | ace/config-linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-linux.h b/ace/config-linux.h index fb4d787fc47..b3046e0b160 100644 --- a/ace/config-linux.h +++ b/ace/config-linux.h @@ -14,12 +14,12 @@ #ifndef msg_accrights #undef msg_control #define msg_accrights msg_control -#endif +#endif /* msg_accrights */ #ifndef msg_accrightslen #undef msg_controllen #define msg_accrightslen msg_controllen -#endif +#endif /* msg_accrightslen */ // You may need to undefine these for older versions of Linux. //#define ACE_LACKS_SENDMSG |