diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-29 23:04:24 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-29 23:04:24 +0000 |
commit | daa35edbd086b27357d8f048ede7c84dcc520748 (patch) | |
tree | 8dd520f3dfb7df4f73618d886e20c1154f3e5e5f /usr.sbin/xntpd/include/ntp_if.h | |
parent | d2d2eed18837c57f97405aa88134457f8d97640d (diff) |
Notes
Diffstat (limited to 'usr.sbin/xntpd/include/ntp_if.h')
-rw-r--r-- | usr.sbin/xntpd/include/ntp_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/include/ntp_if.h b/usr.sbin/xntpd/include/ntp_if.h index 45a70c51bcd53..bc842fbcc644c 100644 --- a/usr.sbin/xntpd/include/ntp_if.h +++ b/usr.sbin/xntpd/include/ntp_if.h @@ -12,7 +12,7 @@ #include <time.h> #endif -#if defined(SOLARIS)&&!defined(bsd) +#if (defined(SOLARIS) && !defined(bsd)) || defined(SYS_SUNOS4) #include <sys/sockio.h> #endif |