$OpenBSD: patch-filestate_openbsd_go,v 1.2 2014/12/18 08:43:50 jasper Exp $

From 6082bd8aaecb2180f5b56f4fb1b2940a6935ef7b Mon Sep 17 00:00:00 2001
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Tue, 16 Dec 2014 13:18:52 +0100
Subject: [PATCH] Add missing files for OpenBSD support

--- filestate_openbsd.go.orig	Tue Dec 16 08:46:47 2014
+++ filestate_openbsd.go	Tue Dec 16 08:47:05 2014
@@ -0,0 +1,9 @@
+package main
+
+type FileState struct {
+  Source *string `json:"source,omitempty"`
+  Offset int64 `json:"offset,omitempty"`
+  Inode uint64 `json:"inode,omitempty"`
+  Device int32 `json:"device,omitempty"`
+}
+
