Commit 61798884 authored by Matthew Holt's avatar Matthew Holt

Enable compilation for Plan 9 (closes #1093)

parent 4e52b3fe
// +build windows plan9
package caddy
// checkFdlimit issues a warning if the OS limit for
......
// +build !windows
// +build !windows,!plan9
package caddy
......
// +build windows plan9
package caddy
func trapSignalsPosix() {}
// +build !windows
// +build !windows,!plan9
package caddy
......
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