VOL-4028: Add support for ANI-G Test Response and Result

Change-Id: Iae61554c426937a4ce5e78a0499195f6c3975b78
diff --git a/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go
index 289184e..1f0e76c 100644
--- a/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go
+++ b/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go
@@ -58,58 +58,30 @@
 type _Gid_t uint32
 
 type Stat_t struct {
-	Dev     uint64
-	Mode    uint32
-	_       [4]byte
-	Ino     uint64
-	Nlink   uint32
-	Uid     uint32
-	Gid     uint32
-	_       [4]byte
-	Rdev    uint64
-	Atim    Timespec
-	Mtim    Timespec
-	Ctim    Timespec
-	Btim    Timespec
-	Size    int64
-	Blocks  int64
-	Blksize uint32
-	Flags   uint32
-	Gen     uint32
-	Spare   [2]uint32
-	_       [4]byte
+	Dev           uint64
+	Mode          uint32
+	Pad_cgo_0     [4]byte
+	Ino           uint64
+	Nlink         uint32
+	Uid           uint32
+	Gid           uint32
+	Pad_cgo_1     [4]byte
+	Rdev          uint64
+	Atimespec     Timespec
+	Mtimespec     Timespec
+	Ctimespec     Timespec
+	Birthtimespec Timespec
+	Size          int64
+	Blocks        int64
+	Blksize       uint32
+	Flags         uint32
+	Gen           uint32
+	Spare         [2]uint32
+	Pad_cgo_2     [4]byte
 }
 
 type Statfs_t [0]byte
 
-type Statvfs_t struct {
-	Flag        uint64
-	Bsize       uint64
-	Frsize      uint64
-	Iosize      uint64
-	Blocks      uint64
-	Bfree       uint64
-	Bavail      uint64
-	Bresvd      uint64
-	Files       uint64
-	Ffree       uint64
-	Favail      uint64
-	Fresvd      uint64
-	Syncreads   uint64
-	Syncwrites  uint64
-	Asyncreads  uint64
-	Asyncwrites uint64
-	Fsidx       Fsid
-	Fsid        uint64
-	Namemax     uint64
-	Owner       uint32
-	Spare       [4]uint32
-	Fstypename  [32]byte
-	Mntonname   [1024]byte
-	Mntfromname [1024]byte
-	_           [4]byte
-}
-
 type Flock_t struct {
 	Start  int64
 	Len    int64
@@ -136,11 +108,6 @@
 )
 
 const (
-	ST_WAIT   = 0x1
-	ST_NOWAIT = 0x2
-)
-
-const (
 	FADV_NORMAL     = 0x0
 	FADV_RANDOM     = 0x1
 	FADV_SEQUENTIAL = 0x2
@@ -451,7 +418,6 @@
 
 const (
 	AT_FDCWD            = -0x64
-	AT_SYMLINK_FOLLOW   = 0x400
 	AT_SYMLINK_NOFOLLOW = 0x200
 )