Index: stats.c
===================================================================
RCS file: /data/cvs/bopm/src/stats.c,v
retrieving revision 1.12
diff -u -r1.12 stats.c
--- stats.c	21 Jun 2003 00:57:28 -0000	1.12
+++ stats.c	21 Jun 2003 14:18:45 -0000
@@ -244,7 +244,8 @@
 {
    unsigned total_fd_use;
    struct rlimit rlim;
-   unsigned int i, newfd;
+   unsigned int i;
+   int newfd;
 
    /* Get file descriptor ceiling */
    if(getrlimit(RLIMIT_NOFILE, &rlim) == -1)

