mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
nbsd-update-20080328
LICENSE IPL10 FIXES 92073 fix nbsd30 param file, add nbsd40 param file
This commit is contained in:
parent
b2e3e64275
commit
07d806845e
@ -5,8 +5,8 @@
|
|||||||
#define AFS_X86_ENV 1
|
#define AFS_X86_ENV 1
|
||||||
#define AFSLITTLE_ENDIAN 1
|
#define AFSLITTLE_ENDIAN 1
|
||||||
|
|
||||||
#define SYS_NAME "i386_nbsd40"
|
#define SYS_NAME "i386_nbsd30"
|
||||||
#define SYS_NAME_ID SYS_NAME_ID_i386_nbsd40
|
#define SYS_NAME_ID SYS_NAME_ID_i386_nbsd30
|
||||||
|
|
||||||
#ifndef UKERNEL
|
#ifndef UKERNEL
|
||||||
/* This section for kernel libafs compiles only */
|
/* This section for kernel libafs compiles only */
|
||||||
|
20
src/config/param.i386_nbsd40.h
Normal file
20
src/config/param.i386_nbsd40.h
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
#ifndef AFS_I386_PARAM_H
|
||||||
|
#define AFS_I386_PARAM_H
|
||||||
|
|
||||||
|
#define AFS_X86_XBSD_ENV 1
|
||||||
|
#define AFS_X86_ENV 1
|
||||||
|
#define AFSLITTLE_ENDIAN 1
|
||||||
|
|
||||||
|
#define SYS_NAME "i386_nbsd40"
|
||||||
|
#define SYS_NAME_ID SYS_NAME_ID_i386_nbsd40
|
||||||
|
|
||||||
|
#ifndef UKERNEL
|
||||||
|
/* This section for kernel libafs compiles only */
|
||||||
|
|
||||||
|
#else /* !defined(UKERNEL) */
|
||||||
|
|
||||||
|
/* This section for user space compiles only */
|
||||||
|
|
||||||
|
#endif /* !defined(UKERNEL) */
|
||||||
|
|
||||||
|
#endif /* AFS_I386_PARAM_H */
|
Loading…
x
Reference in New Issue
Block a user