No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / contrib / linux / coredump-patch
blobd1792901ad7a0812c426e24d30fd77c415541593
1 --- binfmt_elf.c.old    Mon Dec 11 10:49:57 2000
2 +++ binfmt_elf.c        Wed Nov  1 13:05:23 2000
3 @@ -1091,7 +1091,8 @@
4  
5         if (!current->dumpable ||
6             limit < ELF_EXEC_PAGESIZE ||
7 -           atomic_read(&current->mm->count) != 1)
8 +/*         atomic_read(&current->mm->count) != 1) */
9 +           test_and_set_bit(31, &current->mm->def_flags) != 0)
10                 return 0;
11         current->dumpable = 0;