1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #17568 from Microsoft/10662-journald

Windows: Fix journald compile error
This commit is contained in:
Alexander Morozov 2015-10-31 09:35:39 -07:00
commit 8d584da96e

View file

@ -1,3 +1,6 @@
// +build !linux
package journald
type journald struct {
}