sysctl: remove extern from non-library call

Missed removing the extern from the header file
This commit is contained in:
Craig Small 2018-03-01 21:52:20 +11:00
parent e72f30549b
commit 1ddd17b17c

View File

@ -3,9 +3,6 @@
#include "procps.h"
EXTERN_C_BEGIN
FILE *fprocopen(const char *, const char *);
extern FILE *fprocopen(const char *, const char *);
EXTERN_C_END
#endif