diff -u condor-7.2.4/debian/changelog condor-7.2.4/debian/changelog --- condor-7.2.4/debian/changelog +++ condor-7.2.4/debian/changelog @@ -1,3 +1,9 @@ +condor (7.2.4-0ubuntu4) lucid; urgency=low + + * condor sys/time.h fixup must be included earlier now (LP: #553398) + + -- David Sugar Thu, 01 Apr 2010 11:08:54 -0400 + condor (7.2.4-0ubuntu3) karmic; urgency=low * debian/control: typo, build-depend on byacc only in patch2: unchanged: --- condor-7.2.4.orig/src/condor_includes/condor_sys_linux.h +++ condor-7.2.4/src/condor_includes/condor_sys_linux.h @@ -39,6 +39,10 @@ /*#define HAS_64BIT_STRUCTS 1*/ #endif +/* There is no on Linux, select() and friends are + defined in */ +#include "condor_fix_sys_time.h" + #include #include "condor_fix_sys_stat.h" @@ -74,10 +78,6 @@ before we check for and define it ourselves */ #include -/* There is no on Linux, select() and friends are - defined in */ -#include "condor_fix_sys_time.h" - /* Need these to get statfs and friends defined */ #include #include