updates.
[silc.git] / lib / silccrypt / silcrng.c
index 3c2dea539a1d6c1dc957f7d5487f689798d53423..f68c1b806c0d59c195865f5a4008ee4c9070d046 100644 (file)
 #include "silcincludes.h"
 
 #ifdef HAVE_GETSID
-extern __pid_t getsid (__pid_t __pid);
+extern pid_t getsid (pid_t __pid);
 #endif
 
 #ifdef HAVE_GETPGID
-extern __pid_t getpgid (__pid_t __pid);
+extern pid_t getpgid (pid_t __pid);
 #endif
 
 #undef SILC_RNG_DEBUG