mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-14 14:56:27 +03:00
Enable compilation for Plan 9 (closes #1093)
This commit is contained in:
parent
4e52b3fe8a
commit
617988844b
4 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
// +build windows plan9
|
||||
|
||||
package caddy
|
||||
|
||||
// checkFdlimit issues a warning if the OS limit for
|
|
@ -1,4 +1,4 @@
|
|||
// +build !windows
|
||||
// +build !windows,!plan9
|
||||
|
||||
package caddy
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build windows plan9
|
||||
|
||||
package caddy
|
||||
|
||||
func trapSignalsPosix() {}
|
|
@ -1,4 +1,4 @@
|
|||
// +build !windows
|
||||
// +build !windows,!plan9
|
||||
|
||||
package caddy
|
||||
|
||||
|
|
Loading…
Reference in a new issue