diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-01-23 01:35:04 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-01-23 01:35:04 +0000 |
| commit | e08ac58bbe2be2817736b8f4b32c75f8d55359df (patch) | |
| tree | 145d6ce072fde2eeda7863a006d92fd2c1eec916 /libexec/bootpd/dumptab.c | |
| parent | a270abb407a717b6c38a10d1c996af9ac907f84a (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/dumptab.c')
| -rw-r--r-- | libexec/bootpd/dumptab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index 5893f6c4a23e..8c049b99deba 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -59,7 +59,7 @@ dumptab(filename) int n; struct host *hp; FILE *fp; - time_t t; + long 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\ |
