commit | 7d17ac06c02f3ba17578e39335c22e95ce3b6c13 | [log] [tgz] |
---|---|---|
author | guy <guy> | Tue Dec 02 16:20:23 2008 +0000 |
committer | guy <guy> | Tue Dec 02 16:20:23 2008 +0000 |
tree | a28e3b5bbe484f1f1194a94261fa8c1527e4267c | |
parent | c89dab565e84c3e51cc4d6e7e08c343850a0b73f [diff] |
From Albert Chin: the "ss" variable is defined only if bufmod is available, but is set unconditionally. In addition, we might as well just put all the code that handles bufmod inside a single #ifdef HAVE_SYS_BUFMOD_H/#endif pair; on Solaris, you always have bufmod, so the code would work, but it's cleaner that way.