aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-09-03 21:24:56 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-09-03 21:24:56 +0000
commitc6389a6a27fdb97644182f8b38a262be675f247a (patch)
tree0088107935f79402da5ea3ec292d8d126759a30e /cgi.c
parentf2385224ad444de5011bb93e424f6f3f4dba6025 (diff)
downloadmandoc-c6389a6a27fdb97644182f8b38a262be675f247a.tar.gz
mandoc-c6389a6a27fdb97644182f8b38a262be675f247a.tar.zst
mandoc-c6389a6a27fdb97644182f8b38a262be675f247a.zip
move zaurus down to the discontinued architectures
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cgi.c b/cgi.c
index d97d9825..de8a8d4e 100644
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-/* $Id: cgi.c,v 1.139 2016/09/01 15:07:24 schwarze Exp $ */
+/* $Id: cgi.c,v 1.140 2016/09/03 21:24:56 schwarze Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@usta.de>
@@ -116,15 +116,15 @@ static const char *const arch_names[] = {
"amd64", "alpha", "armv7",
"hppa", "i386", "landisk",
"loongson", "luna88k", "macppc", "mips64",
- "octeon", "sgi", "socppc",
- "sparc64", "zaurus",
+ "octeon", "sgi", "socppc", "sparc64",
"amiga", "arc", "armish", "arm32",
"atari", "aviion", "beagle", "cats",
"hppa64", "hp300",
"ia64", "mac68k", "mvme68k", "mvme88k",
"mvmeppc", "palm", "pc532", "pegasos",
"pmax", "powerpc", "solbourne", "sparc",
- "sun3", "vax", "wgrisc", "x68k"
+ "sun3", "vax", "wgrisc", "x68k",
+ "zaurus"
};
static const int arch_MAX = sizeof(arch_names) / sizeof(char *);