diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-26 20:16:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-26 20:16:02 +0000 |
commit | ee4ef808b3270c2c1fe74c3876ac5f5e4650e4ea (patch) | |
tree | d5405436b924f60fd1bd0c7392c243d5c1973a6c /print/hplip/files/patch-pcard_pcardext_pcardext.c | |
parent | Update to 0.45.2 (diff) |
- Update to 2.7.9 (breaks out foomatic integration, all access is done via
libusb now)
PR: ports/117250
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Notes
Notes:
svn path=/head/; revision=202098
Diffstat (limited to 'print/hplip/files/patch-pcard_pcardext_pcardext.c')
-rw-r--r-- | print/hplip/files/patch-pcard_pcardext_pcardext.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/print/hplip/files/patch-pcard_pcardext_pcardext.c b/print/hplip/files/patch-pcard_pcardext_pcardext.c deleted file mode 100644 index 133c6b2c5879..000000000000 --- a/print/hplip/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 );*/ |