diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-25 14:26:46 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-25 14:26:46 +0000 |
commit | 9a885c614bacb1567aba6144e29667d045d6dcf6 (patch) | |
tree | 9f67ab795532193068b438fe7237500346e3c4c8 /print/hplip/files/patch-backend_hp_hp.c | |
parent | Update to 1.19 (diff) |
- Added files/ patch-api_model.c, patch-prnt_hpijs_configure
- Fixed OPTIONS usage (ports/108103) and PREFIX problem
- Removed files/ patch-backend_hp_hp.c, patch-scan_sane_hpaio.c,
patch-scan_sane.c
- Updated to 1.6.12
PR: ports/108278
Submitted by: Anish Minstry <aminstry at am-productions.biz> (maintainer)
Approved by: alexbl (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=183258
Diffstat (limited to 'print/hplip/files/patch-backend_hp_hp.c')
-rw-r--r-- | print/hplip/files/patch-backend_hp_hp.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/print/hplip/files/patch-backend_hp_hp.c b/print/hplip/files/patch-backend_hp_hp.c deleted file mode 100644 index 8c13c66c2590..000000000000 --- a/print/hplip/files/patch-backend_hp_hp.c +++ /dev/null @@ -1,19 +0,0 @@ ---- backend/hp/hp.c.orig Tue May 23 15:18:48 2006 -+++ backend/hp/hp.c Tue May 23 15:19:33 2006 -@@ -427,6 +427,7 @@ - int len, vstatus, cnt; - char buf[BUFFER_SIZE+HEADER_SIZE]; - MsgAttributes ma; -+ int hd=-1, channel=-1, n, total, retry=0, size; - - if (argc > 1) - { -@@ -474,8 +475,6 @@ - } - copies = atoi(argv[4]); - } -- -- int hd=-1, channel=-1, n, total, retry=0, size; - - hplip_Init(); - |