Enable compilation for Plan 9 (closes #1093)

This commit is contained in:
Matthew Holt 2017-08-08 23:00:35 -06:00
parent 4e52b3fe8a
commit 617988844b
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
4 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,5 @@
// +build windows plan9
package caddy
// checkFdlimit issues a warning if the OS limit for

View file

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

View file

@ -1,3 +1,5 @@
// +build windows plan9
package caddy
func trapSignalsPosix() {}

View file

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