summaryrefslogtreecommitdiff
path: root/sysutils/dfc/patches/patch-services-bsd.c
blob: 67a9268841c5407b1b3ad8ae4e0514875833c905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-services-bsd.c,v 1.1 2017/09/16 09:30:26 wiz Exp $

Drop usage of MNT_HIDDEN on NetBSD.
--- src/platform/services-bsd.c~	2017-09-09 03:11:03.000000000 -0400
+++ src/platform/services-bsd.c	2017-09-14 15:10:22.000000000 -0400
@@ -246,9 +246,6 @@
 #if defined(__FreeBSD__)
 	{ MNT_GJOURNAL,           "gjournal"            },
 #endif
-#if defined(__NetBSD__)
-	{ MNT_HIDDEN,           "hidden"            },
-#endif
 #if defined(__APPLE__)
 	{ MNT_JOURNALED,          "journaled"          },
 #endif