summaryrefslogtreecommitdiff
path: root/mail/qtools/patches/patch-aa
blob: 3c10d49b361cef35355bced53b8db519fe770349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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);