- Notifications
You must be signed in to change notification settings - Fork5
Commit3e51868
committed
This patch is because Hurd does not support NOFILE. It is against current
cvs.The Debian bug report says, "The upstream source makes use of NOFILEunconditionalized. As the Hurd doesn't have an arbitrary limit on thenumber of open files, this is not defined. But _SC_OPEN_MAX works fineand returns 1024 (applications can increase this as they want), so Isuggest the below diff. Please forward this upstream, too."Oliver Elphick1 parente9ea125 commit3e51868
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
| 293 | + | |
| 294 | + | |
293 | 295 |
| |
294 | 296 |
| |
| 297 | + | |
| 298 | + | |
| 299 | + | |
295 | 300 |
| |
296 | 301 |
| |
297 | 302 |
| |
|
0 commit comments
Comments
(0)