summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/strerror.c
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2002-10-29 19:58:12 +0000
committerroberto <roberto@FreeBSD.org>2002-10-29 19:58:12 +0000
commita925fb398bce4939d6e5c35c6ffa80a63bdf3b7d (patch)
tree6e07f982fb077f5a01a8677cbbe3cf3fbc412a6e /contrib/ntp/libntp/strerror.c
parent4db30046bd2cbd7599b5d60bd5f879972ac1f2b1 (diff)
parentf77146900e35a78aaabf5f88d47b7675304c8445 (diff)
downloadFreeBSD-src-a925fb398bce4939d6e5c35c6ffa80a63bdf3b7d.zip
FreeBSD-src-a925fb398bce4939d6e5c35c6ffa80a63bdf3b7d.tar.gz
This commit was generated by cvs2svn to compensate for changes in r106163,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/ntp/libntp/strerror.c')
-rw-r--r--contrib/ntp/libntp/strerror.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ntp/libntp/strerror.c b/contrib/ntp/libntp/strerror.c
index a07bcd6..5a9595a 100644
--- a/contrib/ntp/libntp/strerror.c
+++ b/contrib/ntp/libntp/strerror.c
@@ -1,3 +1,6 @@
+#include <config.h>
+
+#if !HAVE_STRERROR
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@@ -38,3 +41,6 @@ strerror(
(void)sprintf(ebuf, "Unknown error: %d", errnum);
return(ebuf);
}
+#else
+int strerror_bs;
+#endif
OpenPOWER on IntegriCloud