openbsd-20030108

Allocate a real SYS_NAME_ID for OpenBSD
This commit is contained in:
Jim Rees 2003-01-08 21:04:59 +00:00
parent 4624fd2206
commit c9c2309706
2 changed files with 6 additions and 4 deletions

View File

@ -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)

View File

@ -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 */