all: make buildable again for new 'misc.h' header file

With the 4 header files removed in the previous patch,
this commit just changes all those obsolete references
to that new consolidated 'misc.h' header file instead.

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2021-01-19 00:00:00 -06:00
committed by Craig Small
parent 1fdd7d4966
commit 423297c9db
23 changed files with 32 additions and 46 deletions

3
w.c
View File

@ -54,9 +54,8 @@
#include "fileutils.h"
#include "nls.h"
#include <proc/misc.h>
#include <proc/pids.h>
#include <proc/sysinfo.h>
#include <proc/uptime.h>
static int ignoreuser = 0; /* for '-u' */
static int oldstyle = 0; /* for '-o' */