Merge pull request #38 from rickard-von-essen/posix

[GH-37] Support Darwin (OS X) again
This commit is contained in:
Sridhar Ratnakumar 2014-07-28 15:34:07 -07:00
commit fd3ba4e64c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build linux // +build linux darwin
package tail package tail

View File

@ -1,5 +1,5 @@
// Copyright (c) 2013 ActiveState Software Inc. All rights reserved. // Copyright (c) 2013 ActiveState Software Inc. All rights reserved.
// +build linux // +build linux darwin
package watch package watch