mirror of
https://github.com/jech/galene.git
synced 2024-11-08 17:55:59 +01:00
Disable ulimit checking on non-Linux unices.
The code turned out not to port to FreeBSD. Disable the check, and assume that FreeBSD admins read the docs. Thanks to Amatis-51.
This commit is contained in:
parent
d99efe4dff
commit
4cdeb1778f
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build windows plan9
|
||||
// +build !linux
|
||||
|
||||
package limit
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// +build !windows
|
||||
// +build !plan9
|
||||
// +build linux
|
||||
|
||||
package limit
|
||||
|
||||
|
|
Loading…
Reference in a new issue