DEVEL15-nbsd-update-20080328
authorTracy Di Marco White <gendalia@iastate.edu>
Fri, 28 Mar 2008 17:12:40 +0000 (17:12 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 28 Mar 2008 17:12:40 +0000 (17:12 +0000)
LICENSE IPL10
FIXES 92073

fix nbsd30 param file, add nbsd40 param file

(cherry picked from commit 07d806845e1bf790c8cbe8e6a711e99e0958235b)

src/config/param.i386_nbsd30.h
src/config/param.i386_nbsd40.h [new file with mode: 0644]

index 1f935ec..3281d5a 100644 (file)
@@ -5,8 +5,8 @@
 #define AFS_X86_ENV 1
 #define AFSLITTLE_ENDIAN 1
 
-#define SYS_NAME       "i386_nbsd40"
-#define SYS_NAME_ID    SYS_NAME_ID_i386_nbsd40
+#define SYS_NAME       "i386_nbsd30"
+#define SYS_NAME_ID    SYS_NAME_ID_i386_nbsd30
 
 #ifndef UKERNEL
 /* This section for kernel libafs compiles only */
diff --git a/src/config/param.i386_nbsd40.h b/src/config/param.i386_nbsd40.h
new file mode 100644 (file)
index 0000000..25fd882
--- /dev/null
@@ -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 */