summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-08-16 08:30:28 +0000
committerngie <ngie@FreeBSD.org>2016-08-16 08:30:28 +0000
commit9250a0d2067c333c7fa87a374f7a5612c4179f71 (patch)
treed94f4a86aa33e67762916e4c9e30d3321e549882
parente395fa311a4325cc28c05096e7983798e68f9559 (diff)
downloadFreeBSD-src-9250a0d2067c333c7fa87a374f7a5612c4179f71.zip
FreeBSD-src-9250a0d2067c333c7fa87a374f7a5612c4179f71.tar.gz
MFstable/11 r304208:
MFC r303830: Remove vestigal references to __alpha__ Replace alpha reference in getconf(1) with amd64 [*] PR: 211300 [*]
-rw-r--r--usr.bin/getconf/getconf.14
-rw-r--r--usr.bin/getconf/progenv.gperf2
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1
index c3baed9..529c666 100644
--- a/usr.bin/getconf/getconf.1
+++ b/usr.bin/getconf/getconf.1
@@ -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 pointer; at least 64-bit file offset.
.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.
diff --git a/usr.bin/getconf/progenv.gperf b/usr.bin/getconf/progenv.gperf
index 40ce16a..4810553 100644
--- a/usr.bin/getconf/progenv.gperf
+++ b/usr.bin/getconf/progenv.gperf
@@ -30,7 +30,7 @@ static const struct map *in_word_set(const char *str);
* 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
OpenPOWER on IntegriCloud