Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 21:06:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289604 - head/usr.bin/getconf
Message-ID:  <201510192106.t9JL6U88046462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Oct 19 21:06:30 2015
New Revision: 289604
URL: https://svnweb.freebsd.org/changeset/base/289604

Log:
  getconf(1): Fix typo. _POSIX_V6_LP64_OFFBIG -> _POSIX_V6_LPBIG_OFFBIG.
  
  Submitted by:	Sascha Wildner <saw@online.de>
  Obtained from:	DragonflyBSD
  MFC after:	3 days

Modified:
  head/usr.bin/getconf/sysconf.gperf

Modified: head/usr.bin/getconf/sysconf.gperf
==============================================================================
--- head/usr.bin/getconf/sysconf.gperf	Mon Oct 19 20:22:17 2015	(r289603)
+++ head/usr.bin/getconf/sysconf.gperf	Mon Oct 19 21:06:30 2015	(r289604)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510192106.t9JL6U88046462>