aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-07-24 22:30:35 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-07-24 22:30:35 +0000
commitf5589ef9f4718c67d682a30d449b75d692acfd98 (patch)
tree034567dd968042a204eeeefd1bf395437630c92d /lib
parentc291a7767824a583ffa2956ee27d334019c9d495 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/archive_platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarchive/archive_platform.h b/lib/libarchive/archive_platform.h
index d5235af0b913..6e700840f3b5 100644
--- a/lib/libarchive/archive_platform.h
+++ b/lib/libarchive/archive_platform.h
@@ -93,9 +93,9 @@
#else /* !__FreeBSD__ */
/* Warn if the library hasn't been (automatically or manually) configured. */
#error Oops: No config.h and no built-in configuration in archive_platform.h.
-#endif /* __FreeBSD__ */
+#endif /* !__FreeBSD__ */
-#endif /* HAVE_CONFIG_H */
+#endif /* !HAVE_CONFIG_H */
/* No non-FreeBSD platform will have __FBSDID, so just define it here. */
#ifdef __FreeBSD__