zhiqli / fastdfs

Automatically exported from code.google.com/p/fastdfs
GNU General Public License v3.0
0 stars 0 forks source link

tracker_mem.c:5131:13: error: use of undeclared identifier 'ENONET' #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
5129     if (pServer->status != FDFS_STORAGE_STATUS_ACTIVE)
5130     {
5131         *result = ENONET;
5132         return NULL;
5133     }

5131行的*result = ENONET; 是不是写错了,应该是ENOENT吧。

./make.sh 编译提示错误,编译不通过。

Original issue reported on code.google.com by misty.w...@gmail.com on 12 Aug 2014 at 9:20

GoogleCodeExporter commented 9 years ago
忘记写版本号了

FastDFS_v4.06.tar.gz

Original comment by misty.w...@gmail.com on 12 Aug 2014 at 9:22