diff lib-src/pop.c @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents bbff43aa5eb7
children de805c49cfc1
line wrap: on
line diff
--- a/lib-src/pop.c	Mon Aug 13 11:12:06 2007 +0200
+++ b/lib-src/pop.c	Mon Aug 13 11:13:30 2007 +0200
@@ -21,7 +21,7 @@
 
 #ifdef HAVE_CONFIG_H
 #define NO_SHORTNAMES	/* Tell config not to load remap.h */
-#include <../src/config.h>
+#include <config.h>
 #else
 #define MAIL_USE_POP
 #endif
@@ -922,7 +922,7 @@
 	  ret = -1;
 	}
 
-      close (server->file);
+      CLOSESOCKET (server->file);
     }
 
   if (server->buffer)