1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Merge pull request #17568 from Microsoft/10662-journald

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

View File

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