clearlinux / swupd-server

Software update server (deprecated)
Other
13 stars 17 forks source link

Use readdir instead of deprecated readdir_r in version.c #85

Closed matthewrsj closed 6 years ago

matthewrsj commented 7 years ago

Fixes #78

Instead of using the deprecated readdir_r convert to readdir(3). This fixes a compiler warning in version.c.

Signed-off-by: Matthew Johnson matthew.johnson@intel.com

phmccarty commented 6 years ago

+1