summaryrefslogtreecommitdiff
path: root/x11/gdm1/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm1/patches/patch-ai')
-rw-r--r--x11/gdm1/patches/patch-ai19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/gdm1/patches/patch-ai b/x11/gdm1/patches/patch-ai
deleted file mode 100644
index 069e98781f8..00000000000
--- a/x11/gdm1/patches/patch-ai
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ai,v 1.1.1.1 2004/01/20 13:33:14 xtraeme Exp $
-
---- gui/gdmchooser.c Tue Oct 22 20:48:21 2002
-+++ gui/gdmchooser.c.orig Tue Oct 22 20:47:33 2002
-@@ -47,7 +47,14 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
-+#ifdef SunOS
-+#define BSD_COMP
- #include <sys/ioctl.h>
-+#undef BSD_COMP
-+#else
-+#include <sys/ioctl.h>
-+#endif
-+
- #include <net/if.h>
-
- #include "gdmchooser.h"