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_386.go b/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go
index a89100c..2dae0c1 100644
--- a/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go
+++ b/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go
@@ -57,54 +57,27 @@
 type _Gid_t uint32
 
 type Stat_t struct {
-	Dev     uint64
-	Mode    uint32
-	Ino     uint64
-	Nlink   uint32
-	Uid     uint32
-	Gid     uint32
-	Rdev    uint64
-	Atim    Timespec
-	Mtim    Timespec
-	Ctim    Timespec
-	Btim    Timespec
-	Size    int64
-	Blocks  int64
-	Blksize uint32
-	Flags   uint32
-	Gen     uint32
-	Spare   [2]uint32
+	Dev           uint64
+	Mode          uint32
+	Ino           uint64
+	Nlink         uint32
+	Uid           uint32
+	Gid           uint32
+	Rdev          uint64
+	Atimespec     Timespec
+	Mtimespec     Timespec
+	Ctimespec     Timespec
+	Birthtimespec Timespec
+	Size          int64
+	Blocks        int64
+	Blksize       uint32
+	Flags         uint32
+	Gen           uint32
+	Spare         [2]uint32
 }
 
 type Statfs_t [0]byte
 
-type Statvfs_t struct {
-	Flag        uint32
-	Bsize       uint32
-	Frsize      uint32
-	Iosize      uint32
-	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        uint32
-	Namemax     uint32
-	Owner       uint32
-	Spare       [4]uint32
-	Fstypename  [32]byte
-	Mntonname   [1024]byte
-	Mntfromname [1024]byte
-}
-
 type Flock_t struct {
 	Start  int64
 	Len    int64
@@ -131,11 +104,6 @@
 )
 
 const (
-	ST_WAIT   = 0x1
-	ST_NOWAIT = 0x2
-)
-
-const (
 	FADV_NORMAL     = 0x0
 	FADV_RANDOM     = 0x1
 	FADV_SEQUENTIAL = 0x2
@@ -443,7 +411,6 @@
 
 const (
 	AT_FDCWD            = -0x64
-	AT_SYMLINK_FOLLOW   = 0x400
 	AT_SYMLINK_NOFOLLOW = 0x200
 )