summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/dumptab.c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-01-23 00:57:19 +0000
committerpst <pst@FreeBSD.org>1996-01-23 00:57:19 +0000
commit6b42e1664561f04b1d3f497ecd5ccad48fd8c3b4 (patch)
tree23800b651d2f4a82d7c8fd9b4509a80d16dffe7d /libexec/bootpd/dumptab.c
parent68e1cd350c0146bb7a6af8a084a7eb13d724ec1b (diff)
downloadFreeBSD-src-6b42e1664561f04b1d3f497ecd5ccad48fd8c3b4.zip
FreeBSD-src-6b42e1664561f04b1d3f497ecd5ccad48fd8c3b4.tar.gz
Minor cleanups from NetBSD-current.
Obtained from: NetBSD
Diffstat (limited to 'libexec/bootpd/dumptab.c')
-rw-r--r--libexec/bootpd/dumptab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c
index 8c049b9..5893f6c 100644
--- a/libexec/bootpd/dumptab.c
+++ b/libexec/bootpd/dumptab.c
@@ -59,7 +59,7 @@ dumptab(filename)
int n;
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\
OpenPOWER on IntegriCloud