summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-15 17:27:46 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-15 17:27:46 -0700
commit523cedbf302fea0b46cca88244fc97677216009a (patch)
tree51e07faf174a9574a317a4e539f0950dd52ba016
parent8f9450b897b16bc9b9940b137dd805d443be050e (diff)
unifdef -UUSG
USG was defined for a handful of pre-SVR4 systems based on AT&T's Unix System Group releases in the old imake configs and has never been defined in X11R7 modular builds. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--get_load.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/get_load.c b/get_load.c
index cb4e4f4..c6d831c 100644
--- a/get_load.c
+++ b/get_load.c
@@ -569,16 +569,11 @@ void GetLoadPoint(
*/
# ifndef KERNEL_LOAD_VARIABLE
-# ifdef USG
-# define KERNEL_LOAD_VARIABLE "sysinfo"
-# define SYSINFO
-# else
# ifdef SVR4
# define KERNEL_LOAD_VARIABLE "avenrun"
# else
# define KERNEL_LOAD_VARIABLE "_avenrun"
# endif
-# endif
# endif /* KERNEL_LOAD_VARIABLE */
static struct nlist namelist[] = { /* namelist for vmunix grubbing */