1
Fork 0

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

View File

@ -1,4 +1,4 @@
// +build windows plan9
// +build !linux
package limit

View File

@ -1,5 +1,4 @@
// +build !windows
// +build !plan9
// +build linux
package limit