head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.09.12.15.45.26; author jakllsch; state Exp; branches; next ; commitid RqVmZlhEmAGhBlVG; desc @@ 1.1 log @update openafs to 1.8.16.1 Numerous (yet relatively minor) upstream changes since 1.8.13. Make package build on newer NetBSD. @ text @$NetBSD$ - Add support for NetBSD 8 on armv6 based on filename but generic in content to be applicable to other generations of ARM --- src/config/param.armv7_nbsd80.h.orig 2026-09-11 22:20:21.322347278 +0000 +++ src/config/param.armv7_nbsd80.h @@@@ -0,0 +1,19 @@@@ +#ifndef AFS_PARAM_H +#define AFS_PARAM_H + +#define AFS_ARM32_XBSD_ENV 1 +#define AFSLITTLE_ENDIAN 1 + +#define SYS_NAME "arm32_nbsd80" +#define SYS_NAME_ID SYS_NAME_ID_arm32_nbsd80 + +#ifndef UKERNEL +/* This section for kernel libafs compiles only */ + +#else /* !defined(UKERNEL) */ + +/* This section for user space compiles only */ + +#endif /* !defined(UKERNEL) */ + +#endif /* AFS_PARAM_H */ @