summaryrefslogtreecommitdiff
path: root/x11/xdm3d/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-10-02 07:38:40 +0000
committerjlam <jlam@pkgsrc.org>2000-10-02 07:38:40 +0000
commit3f4ac3f5db82bc4e0f3a21ea249917ec6183d40b (patch)
tree03d5b0f6d42f3c162c04f382f035b0d31f264897 /x11/xdm3d/patches
parentcaeb079ebee25b8509e6b3e0ca4deba1b019b8fd (diff)
downloadpkgsrc-3f4ac3f5db82bc4e0f3a21ea249917ec6183d40b.tar.gz
Try to fix compilation warnings in genauth.c due to conflicting
declarations for time() on NetBSD/alpha.
Diffstat (limited to 'x11/xdm3d/patches')
-rw-r--r--x11/xdm3d/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xdm3d/patches/patch-aa b/x11/xdm3d/patches/patch-aa
new file mode 100644
index 00000000000..ccfaf518114
--- /dev/null
+++ b/x11/xdm3d/patches/patch-aa
@@ -0,0 +1,13 @@
+$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);