summaryrefslogtreecommitdiffstats
path: root/print/py-cups/files/patch-cupsppd.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/py-cups/files/patch-cupsppd.c')
-rw-r--r--print/py-cups/files/patch-cupsppd.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/print/py-cups/files/patch-cupsppd.c b/print/py-cups/files/patch-cupsppd.c
deleted file mode 100644
index 83b68ca60..000000000
--- a/print/py-cups/files/patch-cupsppd.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- cupsppd.c.orig 2008-03-20 10:16:42.000000000 -0400
-+++ cupsppd.c 2008-03-20 10:17:16.000000000 -0400
-@@ -451,7 +451,7 @@
- return PyBool_FromLong (nondefaults_marked);
- }
-
--#ifdef __SVR4
-+#if 1
- /*
- * A rudimentary emulation of getline() for systems that dont support it
- * natively. Since this is used for PPD file reading, it assumes (possibly