diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-01-12 19:10:11 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-01-12 19:10:11 +0000 |
commit | e3eca7308b20d9d3361268de5e2c7d0144cd4fd5 (patch) | |
tree | e40f0d6300ae9b113ed58e70dfa8923de7df1a89 /print/hplip/files/patch-prnt_hpijs_hpijsfax.cpp | |
parent | Update WWW to: http://www.freedesktop.org/wiki/Software/shared-mime-info (diff) |
Update print/hplip to 2.7.12.
PR: 119552
Submitted by: "Anish Mistry" <amistry at am-productions.biz> (maintainer)
Notes
Notes:
svn path=/head/; revision=205570
Diffstat (limited to 'print/hplip/files/patch-prnt_hpijs_hpijsfax.cpp')
-rw-r--r-- | print/hplip/files/patch-prnt_hpijs_hpijsfax.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/hplip/files/patch-prnt_hpijs_hpijsfax.cpp b/print/hplip/files/patch-prnt_hpijs_hpijsfax.cpp deleted file mode 100644 index 3f0d49e84a3a..000000000000 --- a/print/hplip/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, |