Mercurial > hg > xemacs-beta
diff src/getloadavg.c @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 376386a54a3c |
children | 56c54cf7c5b6 |
line wrap: on
line diff
--- a/src/getloadavg.c Mon Aug 13 08:48:43 2007 +0200 +++ b/src/getloadavg.c Mon Aug 13 08:49:20 2007 +0200 @@ -1,6 +1,6 @@ /* Get the system load averages. - Copyright (C) 1985, 1986, 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995 - Free Software Foundation, Inc. + Copyright (C) 1985, 86, 87, 88, 89, 91, 92, 93, 1994, 1995 + Free Software Foundation, Inc. This file is part of XEmacs. @@ -150,7 +150,7 @@ #define decstation #endif -#if defined(sun) && defined(USG) +#if (defined(sun) && defined(USG)) || defined (SOLARIS2) #define SUNOS_5 #endif