diff options
author | wollman <wollman@FreeBSD.org> | 1994-04-21 00:33:33 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-04-21 00:33:33 +0000 |
commit | 77b27d49908102e93566da2c2257e619c2b292dc (patch) | |
tree | a5e6c5af1da0446cc4cdfea962a6e64efab134fa /usr.sbin/xntpd/authstuff | |
parent | b2b233fcc4201a70cbf1037569140628ef18c04e (diff) | |
parent | 1185c9048d38483a3f99f3065590713d8bcda610 (diff) | |
download | FreeBSD-src-77b27d49908102e93566da2c2257e619c2b292dc.zip FreeBSD-src-77b27d49908102e93566da2c2257e619c2b292dc.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r1381,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.sbin/xntpd/authstuff')
-rw-r--r-- | usr.sbin/xntpd/authstuff/authspeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/authstuff/authspeed.c b/usr.sbin/xntpd/authstuff/authspeed.c index c83d5b2..ecddbcd 100644 --- a/usr.sbin/xntpd/authstuff/authspeed.c +++ b/usr.sbin/xntpd/authstuff/authspeed.c @@ -2,7 +2,7 @@ * authspeed - figure out how LONG it takes to do an NTP encryption */ -#if defined(SYS_HPUX) || defined(SYS_AUX3) || defined(SYS_AUX2) || defined(SOLARIS) || defined(SYS_SVR4) || defined(SYS_PTX) +#if defined(SYS_HPUX) || defined(SYS_AUX3) || defined(SYS_AUX2) || defined(SOLARIS) || defined(SYS_SVR4) || defined(SYS_PTX) || defined(SYS_UNIXWARE1) #define FAKE_RUSAGE #endif |