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