summaryrefslogtreecommitdiff
path: root/filesystems/openafs/patches/patch-src_config_param.nbsd70.h
blob: adf4559c795408258fd0a7d3f8ce56acf0d1289e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-src_config_param.nbsd70.h,v 1.2 2017/10/08 02:41:39 sevan Exp $

- Add support for NetBSD 7

--- src/config/param.nbsd70.h.orig	2016-04-03 18:39:15.000000000 +0000
+++ src/config/param.nbsd70.h
@@ -41,6 +41,8 @@
 #define AFS_NBSD30_ENV 1
 #define AFS_NBSD40_ENV 1
 #define AFS_NBSD50_ENV 1
+#define AFS_NBSD60_ENV 1
+#define AFS_NBSD70_ENV 1
 #undef  AFS_NONFSTRANS
 #define AFS_NONFSTRANS 1
 
@@ -52,6 +54,8 @@
 #define AFS_HAVE_STATVFS    1	/* System supports statvfs */
 #endif
 
+#define ROOTINO UFS_ROOTINO
+
 #ifndef UKERNEL
 
 #if	!defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)