mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
17 lines
374 B
Plaintext
17 lines
374 B
Plaintext
$NetBSD: patch-aa,v 1.1 2004/12/22 18:36:51 schmonz Exp $
|
|
|
|
--- hier.c.orig 2001-06-30 16:44:50.000000000 -0400
|
|
+++ hier.c
|
|
@@ -2,9 +2,9 @@
|
|
|
|
void hier()
|
|
{
|
|
- h(auto_home,-1,-1,02755);
|
|
+ h(auto_home,-1,-1,0755);
|
|
|
|
- d(auto_home,"bin",-1,-1,02755);
|
|
+ d(auto_home,"bin",-1,-1,0755);
|
|
|
|
c(auto_home,"bin","822addr",-1,-1,0755);
|
|
c(auto_home,"bin","822body",-1,-1,0755);
|