]> diplodocus.org Git - nmh/blobdiff - uip/popsbr.c
add rmf(1) and folder(1) to one another's SEE ALSO sections
[nmh] / uip / popsbr.c
index 0116febba1054ebf288d3788ad7755867672e13d..be0540c7acdccf0de67756c830bd9b8ab99d3696 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <h/popsbr.h>
 #include <h/signals.h>
-#include <signal.h>
 
 #define        TRM     "."
 #define        TRMLEN  (sizeof TRM - 1)
@@ -436,9 +435,6 @@ pop_init (char *host, char *port, char *user, char *pass, char *proxy,
        int inpipe[2];    /* for reading from the server */
        int outpipe[2];    /* for sending to the server */
 
-       /* first give up any root priviledges we may have for rpop */
-       setuid(getuid());
-
        pipe(inpipe);
        pipe(outpipe);