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:
Juliusz Chroboczek
2022-11-12 12:23:13 +01:00
parent d99efe4dff
commit 4cdeb1778f
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build windows plan9
// +build !linux
package limit
+1 -2
View File
@@ -1,5 +1,4 @@
// +build !windows
// +build !plan9
// +build linux
package limit