Commit 4cdeb177 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

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.
parent d99efe4d
// +build windows plan9
// +build !linux
package limit
......
// +build !windows
// +build !plan9
// +build linux
package limit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment