sysctl: fixup build system

Remove the external definition of the procio function.
This commit is contained in:
Craig Small
2018-03-12 13:06:08 +11:00
parent 8954e4349c
commit f46865eaf3
3 changed files with 3 additions and 14 deletions

View File

@ -1,11 +0,0 @@
#ifndef PROCPS_PROC_PROCIO_H
#define PROCPS_PROC_PROCIO_H
#include "procps.h"
EXTERN_C_BEGIN
extern FILE *fprocopen(const char *, const char *);
EXTERN_C_END
#endif