Package: bootp Version: 2.4.3-20 Tags: ftbfs patch Usertags: hppa Since we turned on 64-bit time_t, bootp now fails to build on 32-bit arcgutectures. The attached trivial patch fixes the build.
Can you please apply it for next upload? (maybe even push upstream?) Thanks, Helge diff -up ./dumptab.c.org ./dumptab.c --- ./dumptab.c.org 2024-12-24 22:09:31.977759168 +0000 +++ ./dumptab.c 2024-12-24 22:09:44.049999821 +0000 @@ -61,7 +61,7 @@ dumptab(filename) int n, fd; struct host *hp; FILE *fp; - long t; + time_t t; /* Print symbols in alphabetical order for reader's convenience. */ static char legend[] = "#\n# Legend:\t(see bootptab.5)\n\ #\tfirst field -- hostname (not indented)\n\