summaryrefslogtreecommitdiff
path: root/print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp')
-rw-r--r--print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp b/print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp
deleted file mode 100644
index 3f0d49e84a3a..000000000000
--- a/print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- prnt/hpijs/hpijsfax.cpp.orig Sat Oct 6 11:33:52 2007
-+++ prnt/hpijs/hpijsfax.cpp Sun Oct 7 15:06:23 2007
-@@ -295,7 +295,7 @@
-
- memset (&tv, 0, sizeof (tv));
- gettimeofday (&tv, NULL);
-- cur_time = localtime (&tv.tv_sec);
-+ cur_time = localtime((const time_t *)&tv.tv_sec);
- memset (hpFileName, 0, 256);
- sprintf (hpFileName, "%s/hplipfax%d%d%d%d%d%d.g3", getenv ("TMPDIR"),
- cur_time->tm_year+1900, cur_time->tm_mon+1, cur_time->tm_mday,