aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd/authstuff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-04-21 00:33:33 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-04-21 00:33:33 +0000
commit2bd971d8d2f3a3f49d3604d5add3cb1c61723cf0 (patch)
treea5e6c5af1da0446cc4cdfea962a6e64efab134fa /usr.sbin/xntpd/authstuff
parent13042d1278dcf8eb4039f76a90599a15d2048c8b (diff)
parentd2d2eed18837c57f97405aa88134457f8d97640d (diff)
downloadsrc-2bd971d8d2f3a3f49d3604d5add3cb1c61723cf0.tar.gz
src-2bd971d8d2f3a3f49d3604d5add3cb1c61723cf0.zip
This commit was generated by cvs2svn to compensate for changes in r1381,
which included commits to RCS files with non-trunk default branches.
Notes
Notes: svn path=/head/; revision=1382
Diffstat (limited to 'usr.sbin/xntpd/authstuff')
-rw-r--r--usr.sbin/xntpd/authstuff/authspeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/authstuff/authspeed.c b/usr.sbin/xntpd/authstuff/authspeed.c
index c83d5b24497e..ecddbcd96ba1 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