blob: 11d0669723285b1c708027106be4910ace0d41ce [file] [log] [blame]
// +build !linux
package lumberjack
import (
"os"
)
func chown(_ string, _ os.FileInfo) error {
return nil
}