aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-06-10 01:27:18 +0000
committerKen Raeburn <raeburn@mit.edu>2005-06-10 01:27:18 +0000
commit9bc6214ed3297c86346e0f6630b11b47241eb614 (patch)
tree4793e426d24987495d5d12aeb81f1816698dc66e /src/include
parentb7a6c2457a56b07e6b8231b496237deae7b31b19 (diff)
downloadkrb5-9bc6214ed3297c86346e0f6630b11b47241eb614.zip
krb5-9bc6214ed3297c86346e0f6630b11b47241eb614.tar.gz
krb5-9bc6214ed3297c86346e0f6630b11b47241eb614.tar.bz2
add comment
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17233 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cm.h b/src/include/cm.h
index 4d8ac60..428e61e 100644
--- a/src/include/cm.h
+++ b/src/include/cm.h
@@ -24,6 +24,8 @@
* or implied warranty.
*/
+/* Since fd_set is large on some platforms (8K on AIX 5.2), this
+ probably shouldn't be allocated in automatic storage. */
struct select_state {
int max, nfds;
fd_set rfds, wfds, xfds;