From: Ken Raeburn Date: Fri, 10 Jun 2005 01:27:18 +0000 (+0000) Subject: add comment X-Git-Tag: ms-bug-test-20060525~240 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9bc6214ed3297c86346e0f6630b11b47241eb614;p=krb5.git add comment git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17233 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/cm.h b/src/include/cm.h index 4d8ac60a6..428e61e58 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;