Fixed a couple of files, in theory should work on NetBSD 3.x & 4.x, and i386 & amd64 now. OpenAFS Release Notes - Version 1.4.5 _________________________________________________________________ All systems: - fileserver address tracking is improved to avoid potentially merging unrelated hosts. - Documentation updates. - namei fileserver now does fsync()s in background batches for performance improvements. - Kerberos ticket support corrected in bundled Kerberos 4 utilities on 64 bit platforms. - fileserver includes limited per-host thread quota support to avoid resource starvation. - fileserver deals with more types of damaged volumes without asserting. - vos validates dumpfiles before attempting restores. - vos clone will no longer potentially delete the parent volume. - Client no longer permits empty UUID to be created. - fs uuid command for checking, regenerating UUID added. - Updates for gcc 4.2. - fileserver treats w (write) permission as granting read lock permission in addition to write.
26 lines
644 B
Text
26 lines
644 B
Text
$NetBSD: patch-af,v 1.3 2007/10/27 09:11:11 gendalia Exp $
|
|
|
|
--- /dev/null 2007-10-27 02:16:19.000000000 -0500
|
|
+++ src/config/param.amd64_nbsd40.h
|
|
@@ -0,0 +1,21 @@
|
|
+#ifndef AFS_AMD64_PARAM_H
|
|
+#define AFS_AMD64_PARAM_H
|
|
+
|
|
+#define AFS_X86_XBSD_ENV 1
|
|
+#define AFS_X86_ENV 1
|
|
+#define AFSLITTLE_ENDIAN 1
|
|
+
|
|
+#define SYS_NAME "amd64_nbsd40"
|
|
+#define SYS_NAME_ID SYS_NAME_ID_amd64_nbsd40
|
|
+
|
|
+#define AFS_64BITPOINTER_ENV 1
|
|
+#ifndef UKERNEL
|
|
+/* This section for kernel libafs compiles only */
|
|
+
|
|
+#else /* !defined(UKERNEL) */
|
|
+
|
|
+/* This section for user space compiles only */
|
|
+
|
|
+#endif /* !defined(UKERNEL) */
|
|
+
|
|
+#endif /* AFS_AMD64_PARAM_H */
|