pkg/osutil: fix missing 'syscall' import

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
release-3.2
Gyu-Ho Lee 2017-05-15 14:11:54 -07:00
parent 95078c296d
commit fba225cee5
1 changed files with 2 additions and 0 deletions

View File

@ -16,4 +16,6 @@
package osutil
import "syscall"
func dflSignal(sig syscall.Signal) { /* nop */ }