summaryrefslogtreecommitdiffhomepage
path: root/auto/os/freebsd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/os/freebsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/os/freebsd b/auto/os/freebsd
index b8c524ae3..dfe4ea748 100644
--- a/auto/os/freebsd
+++ b/auto/os/freebsd
@@ -4,8 +4,8 @@ CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS"
CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS"
-# __FreeBSD_version is the best way to learn when
-# some capability appeared or became safe to use
+# __FreeBSD_version is the best way to determine whether
+# some capability exists and is safe to use
version=`grep "#define __FreeBSD_version" /usr/include/osreldate.h \
| sed -e 's/^.* \(.*\)$/\1/'`