Fix build on 64-bit platforms.
Reported by: bento
This commit is contained in:
parent
f537a9bf20
commit
ca7dcb9ee5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71985
13
sysutils/LPRng/files/patch-src_common_lpd__jobs.c
Normal file
13
sysutils/LPRng/files/patch-src_common_lpd__jobs.c
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/common/lpd_jobs.c.orig Mon Dec 30 20:33:17 2002
|
||||
+++ src/common/lpd_jobs.c Mon Dec 30 20:33:27 2002
|
||||
@@ -189,7 +189,6 @@
|
||||
{
|
||||
struct line_list *l, *r;
|
||||
int tr, tl;
|
||||
- tr = (int)p;
|
||||
l = ((struct line_list **)left)[0];
|
||||
r = ((struct line_list **)right)[0];
|
||||
tl = Find_flag_value(l,DONE_TIME,Value_sep);
|
Loading…
Reference in New Issue
Block a user