mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-01 21:04:34 +08:00
Enable compilation for Plan 9 (closes #1093)
This commit is contained in:
parent
4e52b3fe8a
commit
617988844b
|
@ -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 New Issue
Block a user