From: Jim Rees Date: Wed, 8 Jan 2003 21:04:59 +0000 (+0000) Subject: openbsd-20030108 X-Git-Tag: openafs-devel-1_3_50~450 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c9c23097063b1cad47fe59ec632bcddb137c3963;p=packages%2Fo%2Fopenafs.git openbsd-20030108 Allocate a real SYS_NAME_ID for OpenBSD --- diff --git a/src/config/afs_sysnames.h b/src/config/afs_sysnames.h index 0f4e10411..9d39c627a 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 719021258..ae0f92101 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 */