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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// +build windows plan9
|
||||
// +build !linux
|
||||
|
||||
package limit
|
||||
|
||||
|
||||
+1
-2
@@ -1,5 +1,4 @@
|
||||
// +build !windows
|
||||
// +build !plan9
|
||||
// +build linux
|
||||
|
||||
package limit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user