X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fslocal.c;h=13d05116c2668e808204e2df8f80b2b3d1e28f5c;hb=c33891a4d5265bdbbbadae72ab6d8d92589636ca;hp=6b4c306ba7250e88701ab661d7e1878028d443b7;hpb=d45c3d28d788129428036fd7f26fa417beccd93e;p=mmh diff --git a/uip/slocal.c b/uip/slocal.c index 6b4c306..13d0511 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -34,16 +34,6 @@ #include #include -#ifdef INITGROUPS_HEADER -#include INITGROUPS_HEADER -#else -/* On AIX 4.1, initgroups() is defined and even documented (giving the parameter - types as char* and int), but doesn't have a prototype in any of the system - header files. AIX 4.3, SunOS 4.1.3, and ULTRIX 4.2A have the same - problem. */ -extern int initgroups(char*, int); -#endif - /* This define is needed for Berkeley db v2 and above to * make the header file expose the 'historical' ndbm APIs. * We define it unconditionally because this is simple and @@ -1214,10 +1204,6 @@ usr_pipe (int fd, char *cmd, char *pgm, char **vec, int suppress) static void alrmser (int i) { -#ifndef RELIABLE_SIGNALS - SIGNAL (SIGALRM, alrmser); -#endif - longjmp (myctx, DONE); }