X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/52a236230220232fd632b5aa88eb9bb31dba346e..e0472796d8671e81c1312e414dda5e04ba2115df:/uip/popsbr.c diff --git a/uip/popsbr.c b/uip/popsbr.c index bdd55c58..be0540c7 100644 --- a/uip/popsbr.c +++ b/uip/popsbr.c @@ -23,8 +23,6 @@ #include #include -#include -#include #define TRM "." #define TRMLEN (sizeof TRM - 1) @@ -437,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);