diff options
author | pst <pst@FreeBSD.org> | 1994-09-28 06:37:41 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-28 06:37:41 +0000 |
commit | 97c0e232eaa1f7d72ebe5b64d554596bced47157 (patch) | |
tree | 2116c4558f71e9ab752af81c6d3dea9463a1db67 /usr.sbin/xntpd | |
parent | cab2aa17943023db959e22c7467398c71c941633 (diff) | |
download | FreeBSD-src-97c0e232eaa1f7d72ebe5b64d554596bced47157.zip FreeBSD-src-97c0e232eaa1f7d72ebe5b64d554596bced47157.tar.gz |
getbootfile() not invoked
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r-- | usr.sbin/xntpd/util/tickadj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/util/tickadj.c b/usr.sbin/xntpd/util/tickadj.c index 9bc8f35..dcf6935 100644 --- a/usr.sbin/xntpd/util/tickadj.c +++ b/usr.sbin/xntpd/util/tickadj.c @@ -421,7 +421,7 @@ getoffsets(filex, tick_off, tickadj_off, dosync_off, noprintf_off) }; #endif char *kernels[] = { -#if __FreeBSD__ > 2 +#if __FreeBSD__ > 1 (char *)getbootfile(), #endif "/vmunix", |