mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
openbsd-20030108
Allocate a real SYS_NAME_ID for OpenBSD
This commit is contained in:
parent
4624fd2206
commit
c9c2309706
@ -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)
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user