Remove the external definition of the procio function.
sysctl_SOURCES = \
sysctl.c \
lib/fileutils.c \
- procio.c \
- procio.h
+ procio.c
endif
tload_SOURCES = tload.c lib/strutils.c lib/fileutils.c
uptime_SOURCES = uptime.c lib/fileutils.c
+++ /dev/null
-#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
#include "fileutils.h"
#include "nls.h"
#include "xalloc.h"
-#include "proc/procio.h"
#include "proc/procps.h"
#include "proc/version.h"
+extern FILE *fprocopen(const char *, const char *);
+
/*
* Globals...
*/