diff lib-src/pop.c @ 213:78f53ef88e17 r20-4b5

Import from CVS: tag r20-4b5
author cvs
date Mon, 13 Aug 2007 10:06:47 +0200
parents 3bb7ccffb0c0
children 11cf20601dec
line wrap: on
line diff
--- a/lib-src/pop.c	Mon Aug 13 10:05:53 2007 +0200
+++ b/lib-src/pop.c	Mon Aug 13 10:06:47 2007 +0200
@@ -73,6 +73,14 @@
 #include <errno.h>
 #include <stdio.h>
 
+#include <unistd.h>
+#include <sys/stat.h>
+#include <sys/file.h>
+#include "../src/syswait.h"
+#include "../src/systime.h"
+#include <stdlib.h>
+#include <string.h>
+
 #ifdef KERBEROS
 #ifndef KRB5
 #include <des.h>
@@ -627,8 +635,10 @@
   if (ret)
     {
       free (ptr);
-      return (0);
+      /* return (0); */
     }
+  /* This function used to fall off the end, but that doesn't make any sense */
+  return (0);
 }     
 
 int