From af9926f20d44a8c00e3367e138a0fe9039c40a32 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 8 Nov 1993 21:45:53 +0000 Subject: [PATCH] Add SYTEM_VARIANT for AIX. --- v7/src/microcode/ux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 538610806..0d9a15c52 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.54 1993/11/08 06:15:59 gjr Exp $ +$Id: ux.h,v 1.55 1993/11/08 21:45:53 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -146,6 +146,7 @@ extern int EXFUN (kill, (pid_t, int)); #ifdef _AIX #define UNION_WAIT_STATUS +#define SYSTEM_VARIANT "AIX" #endif /* _AIX */ #else /* not _POSIX */ -- 2.25.1