openbsd-20030108
authorJim Rees <rees@umich.edu>
Wed, 8 Jan 2003 21:04:59 +0000 (21:04 +0000)
committerJim Rees <rees@umich.edu>
Wed, 8 Jan 2003 21:04:59 +0000 (21:04 +0000)
Allocate a real SYS_NAME_ID for OpenBSD

src/config/afs_sysnames.h
src/config/param.i386_obsd31.h

index 0f4e104..9d39c62 100644 (file)
 #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)
index 7190212..ae0f921 100644 (file)
 
 #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 */