summaryrefslogtreecommitdiff
path: root/print/hplip3/files/patch-api_model.c
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2007-01-25 14:26:46 +0000
committerNicola Vitale <nivit@FreeBSD.org>2007-01-25 14:26:46 +0000
commit9a885c614bacb1567aba6144e29667d045d6dcf6 (patch)
tree9f67ab795532193068b438fe7237500346e3c4c8 /print/hplip3/files/patch-api_model.c
parentUpdate 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)
Diffstat (limited to 'print/hplip3/files/patch-api_model.c')
-rw-r--r--print/hplip3/files/patch-api_model.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/hplip3/files/patch-api_model.c b/print/hplip3/files/patch-api_model.c
new file mode 100644
index 000000000000..c9ddf37a9cfe
--- /dev/null
+++ b/print/hplip3/files/patch-api_model.c
@@ -0,0 +1,11 @@
+--- api/model.c.orig 2006-10-18 20:58:33.000000000 +0200
++++ api/model.c 2007-01-19 15:58:49.000000000 +0100
+@@ -269,7 +269,7 @@ static int DelList()
+ /* Parse *.inc file. */
+ static int ParseInc(char *incFile)
+ {
+- FILE *fp;
++ FILE *fp = NULL;
+ struct list_head *p;
+ LabelRecord *pl;
+ char rcbuf[255];