#include <h/popsbr.h>
#include <h/signals.h>
-#include <signal.h>
#define TRM "."
#define TRMLEN (sizeof TRM - 1)
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);