From: jweiss Date: Thu, 15 Aug 1996 00:57:51 +0000 (+0000) Subject: when guessing kbd layout to tell user where the delete key is, check for X-Git-Tag: MOIRA3_FINAL~31 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/aa6d33501b8e46e8c965e5296abac77329c9d073 when guessing kbd layout to tell user where the delete key is, check for ultrix, not mips, since SGI's are also mips. --- diff --git a/clients/userreg/display.c b/clients/userreg/display.c index 7a2147f6..b22375c0 100644 --- a/clients/userreg/display.c +++ b/clients/userreg/display.c @@ -21,7 +21,7 @@ static char *rcsid_display_c = "$Header$"; #define DESC_WIDTH 18 #define HEADER "*** Athena User Account Registration ***" -#if defined(vax) || defined(mips) +#if defined(vax) || defined(ultrix) #define HELP " Press the key above RETURN to delete a character. Press Ctrl-C to start over." #endif #ifndef HELP