diff options
Diffstat (limited to 'src/iceauth.c')
-rw-r--r-- | src/iceauth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/iceauth.c b/src/iceauth.c index 14370e2..3c0f623 100644 --- a/src/iceauth.c +++ b/src/iceauth.c @@ -67,9 +67,7 @@ IceGenerateMagicCookie ( } #else { -#ifndef __UNIXOS2__ long time (); -#endif ldata[0] = time ((long *) 0); ldata[1] = getpid (); } |