pkgsrc/x11/xdm3d/patches/patch-aa
jlam 3f4ac3f5db Try to fix compilation warnings in genauth.c due to conflicting
declarations for time() on NetBSD/alpha.
2000-10-02 07:38:40 +00:00

13 lines
242 B
Text

$NetBSD: patch-aa,v 1.1 2000/10/02 07:38:41 jlam Exp $
--- genauth.c.orig Tue Aug 18 05:19:56 1998
+++ genauth.c
@@ -171,7 +171,7 @@
*/
{
#ifndef __EMX__
- long time ();
+ Time_t time ();
#endif
ldata[0] = time ((long *) 0);