summaryrefslogtreecommitdiff
path: root/net/openafs/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/openafs/patches/patch-ae')
-rw-r--r--net/openafs/patches/patch-ae26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/openafs/patches/patch-ae b/net/openafs/patches/patch-ae
deleted file mode 100644
index d6b65599e2b..00000000000
--- a/net/openafs/patches/patch-ae
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2007/10/27 09:11:11 gendalia Exp $
-
---- /dev/null 2007-10-27 02:16:30.000000000 -0500
-+++ src/config/param.amd64_nbsd30.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_nbsd30"
-+#define SYS_NAME_ID SYS_NAME_ID_amd64_nbsd30
-+
-+#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 */