From 0ba9b5559e112005a6f621ebe55f382bcc2aae0d Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Mon, 8 Jan 2018 21:27:04 -0600 Subject: [PATCH] FBSD: catch up to missing sysnames Add sysnames for i386 and amd64 10.4, 11.1, and 12.0 (12-CURRENT, at present). Reviewed-on: https://gerrit.openafs.org/12862 Tested-by: BuildBot Reviewed-by: Stephan Wiesand Reviewed-by: Benjamin Kaduk (cherry picked from commit c390f368a5012f866c1b4ce46d6ac6af6cef2fd5) Change-Id: I5183c19d446fd0c00bd26c32ca3f7f00a4d12907 Reviewed-on: https://gerrit.openafs.org/12887 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- src/config/afs_sysnames.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/afs_sysnames.h b/src/config/afs_sysnames.h index 3d800f126..be27ae651 100644 --- a/src/config/afs_sysnames.h +++ b/src/config/afs_sysnames.h @@ -231,7 +231,10 @@ #define SYS_NAME_ID_i386_fbsd_101 2151 #define SYS_NAME_ID_i386_fbsd_102 2152 #define SYS_NAME_ID_i386_fbsd_103 2153 +#define SYS_NAME_ID_i386_fbsd_104 2154 #define SYS_NAME_ID_i386_fbsd_110 2140 +#define SYS_NAME_ID_i386_fbsd_111 2141 +#define SYS_NAME_ID_i386_fbsd_120 2160 #define SYS_NAME_ID_ia64_linux2 2200 #define SYS_NAME_ID_ia64_linux22 2201 @@ -341,7 +344,10 @@ #define SYS_NAME_ID_amd64_fbsd_101 3051 #define SYS_NAME_ID_amd64_fbsd_102 3052 #define SYS_NAME_ID_amd64_fbsd_103 3053 +#define SYS_NAME_ID_amd64_fbsd_104 3054 #define SYS_NAME_ID_amd64_fbsd_110 3040 +#define SYS_NAME_ID_amd64_fbsd_111 3041 +#define SYS_NAME_ID_amd64_fbsd_120 3060 #define SYS_NAME_ID_amd64_w2k 3400 -- 2.39.5