From 806d74bc0640f4f3dcc034b36a36aea289b01685 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 28 Sep 2005 01:57:47 +0000 Subject: [PATCH] Add __SVR4 #ifdefs to work in non-Imake builds. --- hw/xfree86/utils/kbd_mode/sun-kbd_mode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/utils/kbd_mode/sun-kbd_mode.c b/hw/xfree86/utils/kbd_mode/sun-kbd_mode.c index 1b5c08563..c96839c0a 100644 --- a/hw/xfree86/utils/kbd_mode/sun-kbd_mode.c +++ b/hw/xfree86/utils/kbd_mode/sun-kbd_mode.c @@ -1,4 +1,5 @@ /* $Xorg: kbd_mode.c,v 1.3 2000/08/17 19:48:29 cpqbld Exp $ */ +/* $XdotOrg: $ */ /************************************************************ Copyright 1987 by Sun Microsystems, Inc. Mountain View, CA. @@ -42,7 +43,7 @@ static char sccsid[] = "@(#)kbd_mode.c 7.1 87/04/13"; #include #include #include -#if defined(SVR4) || defined(__bsdi__) +#if defined(SVR4) || defined(__SVR4) || defined(__bsdi__) #include #ifndef __bsdi__ #include