From c9c23097063b1cad47fe59ec632bcddb137c3963 Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Wed, 8 Jan 2003 21:04:59 +0000 Subject: [PATCH] openbsd-20030108 Allocate a real SYS_NAME_ID for OpenBSD --- src/config/afs_sysnames.h | 2 ++ src/config/param.i386_obsd31.h | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/config/afs_sysnames.h b/src/config/afs_sysnames.h index 0f4e104..9d39c62 100644 --- a/src/config/afs_sysnames.h +++ b/src/config/afs_sysnames.h @@ -171,6 +171,8 @@ #define SYS_NAME_ID_sparc_nbsd16 2512 #define SYS_NAME_ID_sparc64_nbsd16 2513 +#define SYS_NAME_ID_i386_obsd31 2600 + /* * Placeholder to keep system-wide standard flags since this file is included by all * files (i.e in afs/param.h) diff --git a/src/config/param.i386_obsd31.h b/src/config/param.i386_obsd31.h index 7190212..ae0f921 100644 --- a/src/config/param.i386_obsd31.h +++ b/src/config/param.i386_obsd31.h @@ -24,11 +24,11 @@ #define FTRUNC O_TRUNC -#define AFS_SYSCALL 208 -#define AFS_MOUNT_AFS "afs" +#define AFS_SYSCALL 208 +#define AFS_MOUNT_AFS "afs" -#define SYS_NAME "i386_obsd31" -#define SYS_NAME_ID 2002 +#define SYS_NAME "i386_obsd31" +#define SYS_NAME_ID SYS_NAME_ID_i386_obsd31 #define RXK_LISTENER_ENV 1 #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ -- 1.9.4