Add UnixWare support to configure

This commit is contained in:
Wichert Akkerman
1999-11-29 15:34:02 +00:00
parent aec6238b12
commit ea78f0f771
11 changed files with 122 additions and 26 deletions

4
proc.c
View File

@@ -30,7 +30,7 @@
#include "defs.h"
#ifdef SVR4
#ifndef SVR4_MP
#ifndef HAVE_MP_PROCFS
static struct xlat proc_status_flags[] = {
{ PR_STOPPED, "PR_STOPPED" },
@@ -183,6 +183,6 @@ int code, arg;
}
}
#endif /* SVR4_MP */
#endif /* HAVE_MP_PROCFS */
#endif /* SVR4 */