cuongphphanoi / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

readdir not defined as static #355

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use Mongoose and NetSnmp on Windows.

What is the expected output? What do you see instead?
Link error for readdir since both libraries define these.

What version of the product are you using? On what operating system?
3.2
Windows

Please provide any additional information below.
The other functions (opendir, etc) are defined as static. Only readdir isn't. 
Defining this function also as static fixes the problem.

Original issue reported on code.google.com by randyv...@gmail.com on 23 May 2012 at 7:48

GoogleCodeExporter commented 8 years ago
Submitted 
http://code.google.com/p/mongoose/source/detail?r=c03af180c5fc1241813a6696f933a4
964ce6c7f8, thanks!

Original comment by valenok on 31 May 2012 at 2:43