LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1338|回复: 1

请问这样的错误是 什么意思?"storage size of rdfs is not known&quot

[复制链接]
发表于 2003-6-9 11:17:13 | 显示全部楼层 |阅读模式
在程序中引用rdfs的也就这几行
fd_set  rdfs;

352:            FD_ZERO(&rfds);
370:                            FD_SET(sp->s_rfd, &rfds);
374:                            FD_SET(sp->s_efd, &rfds);
393:            if ((n = select(nfds, &rfds, (fd_set*)0, (fd_set*)0, &tout)) ==
-1) {
419:                    if (sp->s_rfd >= 0 && FD_ISSET(sp->s_rfd, &rfds)) {
461:                    if (sp->s_efd >= 0 && FD_ISSET(sp->s_efd, &rfds)) {
编译的时候却提示"storage size of rdfs is not known"的错误,
请问是什么错误?
发表于 2003-6-9 11:52:38 | 显示全部楼层
是没有包括必要的头文件。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表