diff options
author | 2016-09-01 15:07:19 +0000 | |
---|---|---|
committer | 2016-09-01 15:07:19 +0000 | |
commit | 0c245db57aa5e41f52f44880a15fd9645daf9eb1 (patch) | |
tree | 07297c9f03b6583b053f9d9fbc29fc74e41632a1 /usr.bin/mandoc/cgi.c | |
parent | Add ioctls to get/set VCPU registers (diff) | |
download | wireguard-openbsd-0c245db57aa5e41f52f44880a15fd9645daf9eb1.tar.xz wireguard-openbsd-0c245db57aa5e41f52f44880a15fd9645daf9eb1.zip |
move "sparc" down to discontinued architectures
Diffstat (limited to 'usr.bin/mandoc/cgi.c')
-rw-r--r-- | usr.bin/mandoc/cgi.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mandoc/cgi.c b/usr.bin/mandoc/cgi.c index 2bb1f6a8981..4fc1ab99418 100644 --- a/usr.bin/mandoc/cgi.c +++ b/usr.bin/mandoc/cgi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgi.c,v 1.77 2016/08/18 00:44:37 jsg Exp $ */ +/* $OpenBSD: cgi.c,v 1.78 2016/09/01 15:07:19 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@usta.de> @@ -114,15 +114,15 @@ static const char *const arch_names[] = { "amd64", "alpha", "armv7", "hppa", "i386", "landisk", "loongson", "luna88k", "macppc", "mips64", - "octeon", "sgi", "socppc", "sparc", + "octeon", "sgi", "socppc", "sparc64", "zaurus", "amiga", "arc", "armish", "arm32", "atari", "aviion", "beagle", "cats", "hppa64", "hp300", "ia64", "mac68k", "mvme68k", "mvme88k", "mvmeppc", "palm", "pc532", "pegasos", - "pmax", "powerpc", "solbourne", "sun3", - "vax", "wgrisc", "x68k" + "pmax", "powerpc", "solbourne", "sparc", + "sun3", "vax", "wgrisc", "x68k" }; static const int arch_MAX = sizeof(arch_names) / sizeof(char *); |