diff options
-rw-r--r-- | usr.sbin/bootpd/dumptab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bootpd/dumptab.c b/usr.sbin/bootpd/dumptab.c index 3017666d6a3..6e416d658ca 100644 --- a/usr.sbin/bootpd/dumptab.c +++ b/usr.sbin/bootpd/dumptab.c @@ -259,7 +259,7 @@ dump_host(fp, hp) /* NetBSD: domainname (see above) */ /* NetBSD: dumpfile (see above) */ if (hp->flags.time_offset) { - fprintf(fp, "\\\n\t:to=%ld:", hp->time_offset); + fprintf(fp, "\\\n\t:to=%d:", hp->time_offset); } if (hp->flags.time_server) { fprintf(fp, "\\\n\t:ts="); |