diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-12-13 18:55:09 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-12-13 18:55:09 +0000 |
commit | c20e217640f59a9dfaf42ebf012bd8fe4ac144cf (patch) | |
tree | 5cdd91ed1c1c4d4c06eba075850e7c211702c78c /ace/config-linux-common.h | |
parent | 13d38d701a3e7b9a50819c07897b3e46b260f01d (diff) | |
download | ATCD-c20e217640f59a9dfaf42ebf012bd8fe4ac144cf.tar.gz |
ChangeLogTag:Mon Dec 13 10:34:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r-- | ace/config-linux-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index 8effac168d9..80f58633fb4 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -360,8 +360,8 @@ #if !defined (ACE_GETNAME_RETURNS_RANDOM_SIN_ZERO) // Detect if getsockname() and getpeername() returns random values in -// the sin_zero field by evaluation of the kernel version. Since -// version 2.5.47 this problem is fixed. +// the sockaddr_in::sin_zero field by evaluation of the kernel +// version. Since version 2.5.47 this problem is fixed. #include <linux/version.h> # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,47)) # define ACE_GETNAME_RETURNS_RANDOM_SIN_ZERO 0 |