Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2016 08:30:28 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r304210 - stable/10/usr.bin/getconf
Message-ID:  <201608160830.u7G8USYH088539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Aug 16 08:30:28 2016
New Revision: 304210
URL: https://svnweb.freebsd.org/changeset/base/304210

Log:
  MFstable/11 r304208:
  
  MFC r303830:
  
  Remove vestigal references to __alpha__
  
  Replace alpha reference in getconf(1) with amd64 [*]
  
  PR:	 	211300 [*]

Modified:
  stable/10/usr.bin/getconf/getconf.1
  stable/10/usr.bin/getconf/progenv.gperf
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/getconf/getconf.1
==============================================================================
--- stable/10/usr.bin/getconf/getconf.1	Tue Aug 16 08:27:03 2016	(r304209)
+++ stable/10/usr.bin/getconf/getconf.1	Tue Aug 16 08:30:28 2016	(r304210)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 18, 2002
+.Dd August 8, 2016
 .Dt GETCONF 1
 .Os
 .Sh NAME
@@ -122,7 +122,7 @@ Exactly 32-bit integer, long, and pointe
 .It Li POSIX_V6_LP64_OFF64
 Exactly 32-bit integer; exactly 64-bit long, pointer, and file offset.
 .Sy Supported platforms :
-.Tn Alpha ,
+.Tn AMD64 ,
 .Tn SPARC64 .
 .It Li POSIX_V6_LPBIG_OFFBIG
 At least 32-bit integer; at least 64-bit long, pointer, and file offset.

Modified: stable/10/usr.bin/getconf/progenv.gperf
==============================================================================
--- stable/10/usr.bin/getconf/progenv.gperf	Tue Aug 16 08:27:03 2016	(r304209)
+++ stable/10/usr.bin/getconf/progenv.gperf	Tue Aug 16 08:30:28 2016	(r304210)
@@ -30,7 +30,7 @@ static const struct map *in_word_set(con
  * be updated.  (We cheat here and define the supported environments
  * statically.)
  */
-#if defined(__alpha__) || defined(__sparc64__) || defined(__amd64__)
+#if defined(__sparc64__) || defined(__amd64__)
 #define	have_LP64_OFF64		NULL
 #endif
 



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