diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:14 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:14 +0000 |
commit | c9e855362fe29db861bf847ec714f1b0ce3237a1 (patch) | |
tree | 74ce079665dff3801c6677a4d98717b78afd7b12 | |
parent | 346b7376f252cbab44456541dd917489b6b25d35 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
-rw-r--r-- | get_load.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* $XConsortium: get_load.c /main/37 1996/03/09 09:38:04 kaleb $ */ -/* $XFree86: xc/programs/xload/get_load.c,v 1.18 2002/09/18 17:11:57 tsi Exp $ */ +/* $XFree86: xc/programs/xload/get_load.c,v 1.19 2003/11/17 22:20:54 dawes Exp $ */ /* Copyright (c) 1989 X Consortium @@ -155,9 +155,7 @@ extern long lseek(); #endif static void xload_error( -#if NeedFunctionPrototypes char *, char * -#endif ); |