From 202f794fbe4bfcdb084680fef387fab7c4f23e20 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 3 Jan 2000 11:14:42 +0000 Subject: [PATCH] The merge continues...sys_null.c (Portability aid) is common. --- {uquake => common}/sys_null.c | 21 ++--- qw_client/sys_null.c | 142 ---------------------------------- 2 files changed, 8 insertions(+), 155 deletions(-) rename {uquake => common}/sys_null.c (88%) delete mode 100644 qw_client/sys_null.c diff --git a/uquake/sys_null.c b/common/sys_null.c similarity index 88% rename from uquake/sys_null.c rename to common/sys_null.c index 48e0249..393596b 100644 --- a/uquake/sys_null.c +++ b/common/sys_null.c @@ -23,19 +23,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "errno.h" /* -=============================================================================== - -FILE IO - -=============================================================================== + File I/O */ #define MAX_HANDLES 10 FILE *sys_handles[MAX_HANDLES]; -int findhandle (void) +int findhandle (void) { - int i; + int i; for (i=1 ; i