svn commit: r289740 - stable/10/usr.bin/getconf
Baptiste Daroussin
bapt at FreeBSD.org
Thu Oct 22 06:32:35 UTC 2015
Author: bapt
Date: Thu Oct 22 06:32:33 2015
New Revision: 289740
URL: https://svnweb.freebsd.org/changeset/base/289740
Log:
getconf(1): Fix typo. _POSIX_V6_LP64_OFFBIG -> _POSIX_V6_LPBIG_OFFBIG.
Submitted by: Sascha Wildner <saw at online.de>
Obtained from: DragonflyBSD
Modified:
stable/10/usr.bin/getconf/sysconf.gperf
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.bin/getconf/sysconf.gperf
==============================================================================
--- stable/10/usr.bin/getconf/sysconf.gperf Thu Oct 22 05:32:45 2015 (r289739)
+++ stable/10/usr.bin/getconf/sysconf.gperf Thu Oct 22 06:32:33 2015 (r289740)
@@ -121,7 +121,7 @@ _POSIX_VERSION, _SC_VERSION
_POSIX_V6_ILP32_OFF32, _SC_V6_ILP32_OFF32
_POSIX_V6_ILP32_OFFBIG, _SC_V6_ILP32_OFFBIG
_POSIX_V6_LP64_OFF64, _SC_V6_LP64_OFF64
-_POSIX_V6_LP64_OFFBIG, _SC_V6_LP64_OFFBIG
+_POSIX_V6_LPBIG_OFFBIG, _SC_V6_LPBIG_OFFBIG
_XOPEN_CRYPT, _SC_XOPEN_CRYPT
_XOPEN_ENH_I18N, _SC_XOPEN_ENH_I18N
_XOPEN_LEGACY, _SC_XOPEN_LEGACY
More information about the svn-src-stable-10
mailing list