projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a6c24
)
add comment
author
Ken Raeburn
<raeburn@mit.edu>
Fri, 10 Jun 2005 01:27:18 +0000
(
01:27
+0000)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/src/include/cm.h
b/src/include/cm.h
index 4d8ac60a6f9028c5240d68a7a6abeb9352c6c79a..428e61e5875ccabdfe3c49b5b0279a45932fbca0 100644
(file)
--- 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;