diff options
author | 2017-01-25 03:19:56 +0000 | |
---|---|---|
committer | 2017-01-25 03:19:56 +0000 | |
commit | 93d3e4e1e0d0f8c89d786eeb12fb4505acd3f09e (patch) | |
tree | 515c9c493d4be8458d11ef5c18594175719ab291 /usr.bin/mandoc/cgi.c | |
parent | enter arm64 (diff) | |
download | wireguard-openbsd-93d3e4e1e0d0f8c89d786eeb12fb4505acd3f09e.tar.xz wireguard-openbsd-93d3e4e1e0d0f8c89d786eeb12fb4505acd3f09e.zip |
+arm64
Diffstat (limited to 'usr.bin/mandoc/cgi.c')
-rw-r--r-- | usr.bin/mandoc/cgi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/cgi.c b/usr.bin/mandoc/cgi.c index c8a9ee7ac58..d526e243bdd 100644 --- a/usr.bin/mandoc/cgi.c +++ b/usr.bin/mandoc/cgi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgi.c,v 1.84 2017/01/25 02:14:41 schwarze Exp $ */ +/* $OpenBSD: cgi.c,v 1.85 2017/01/25 03:19:56 deraadt Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze <schwarze@usta.de> @@ -111,7 +111,7 @@ static const char *const sec_names[] = { static const int sec_MAX = sizeof(sec_names) / sizeof(char *); static const char *const arch_names[] = { - "amd64", "alpha", "armv7", + "amd64", "alpha", "armv7", "arm64", "hppa", "i386", "landisk", "loongson", "luna88k", "macppc", "mips64", "octeon", "sgi", "socppc", "sparc64", |