aboutsummaryrefslogtreecommitdiff
path: root/print/hplip3/files/patch-pcard_pcardext_pcardext.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/hplip3/files/patch-pcard_pcardext_pcardext.c')
-rw-r--r--print/hplip3/files/patch-pcard_pcardext_pcardext.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/print/hplip3/files/patch-pcard_pcardext_pcardext.c b/print/hplip3/files/patch-pcard_pcardext_pcardext.c
deleted file mode 100644
index 133c6b2c5879..000000000000
--- a/print/hplip3/files/patch-pcard_pcardext_pcardext.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- pcard/pcardext/pcardext.c.orig Tue May 23 15:43:36 2006
-+++ pcard/pcardext/pcardext.c Tue May 23 15:44:43 2006
-@@ -80,6 +80,7 @@
-
- PyObject * pcardext_mount( PyObject * self, PyObject * args )
- {
-+ int i;
- if( !PyArg_ParseTuple( args, "OO", &readsectorFunc, &writesectorFunc ) )
- {
- return Py_BuildValue( "i", 1 );
-@@ -93,7 +94,7 @@
- Py_INCREF( readsectorFunc );
- Py_INCREF( writesectorFunc );
-
-- int i = FatInit();
-+ i = FatInit();
- /*char buf[1024];
- sprintf( buf, "print 'FatInit()=%d\n'", i );
- PyRun_SimpleString( buf );*/