Fix build on 64-bit platforms.

Reported by:	bento
This commit is contained in:
Christian Weisgerber 2002-12-30 20:14:32 +00:00
parent f537a9bf20
commit ca7dcb9ee5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71985

View 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);