blob: d94ab4b82af826630ebcb78090a02187d1914a8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- hurd/libdiskfs/init-init.c 2001-08-21 00:45:11.000000000 +0200
+++ hurd/libdiskfs/init-init.c 2007-03-31 23:29:57.000000000 +0200
@@ -57,6 +57,9 @@
{
error_t err;
+ /* See `node-create.c'. */
+ _diskfs_no_inherit_dir_group = 1;
+
if (diskfs_boot_filesystem ())
/* This is a boot filesystem, we have to do some things specially. */
{
|