add comment
authorKen Raeburn <raeburn@mit.edu>
Fri, 10 Jun 2005 01:27:18 +0000 (01:27 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 10 Jun 2005 01:27:18 +0000 (01:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17233 dc483132-0cff-0310-8789-dd5450dbe970

src/include/cm.h

index 4d8ac60a6f9028c5240d68a7a6abeb9352c6c79a..428e61e5875ccabdfe3c49b5b0279a45932fbca0 100644 (file)
@@ -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;