From 73d5512d62200a263f3084bd869366326e445cf4 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 3 Sep 1997 10:10:50 -0400 Subject: snapshot of project "lynx", label v2-7-1ac_0-58 --- src/LYMain.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/LYMain.c') diff --git a/src/LYMain.c b/src/LYMain.c index 8b1c838a..943348ab 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1014,7 +1014,9 @@ PUBLIC int main ARGS2( exit(-1); } #endif /* VMS */ +#ifndef __DJGPP__ chmod(LYTraceLogPath, 0600); +#endif /* __DJGPP__ */ *stderr = *LYTraceLogFP; fprintf(stderr, "\t\t%s\n\n", LYNX_TRACELOG_TITLE); } -- cgit 1.4.1-2-gfad0 d5bfbf36d'/> Unnamed repository; edit this file 'description' to name the repository.
about summary refs log tree commit diff stats
path: root/dwm.1
blob: 6eead8495f9c7c62e0c232d4123124654e1b36d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138