~ubuntu-branches/ubuntu/vivid/golang/vivid

« back to all changes in this revision

Viewing changes to src/pkg/syscall/ztypes_linux_arm.go

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2011-08-03 17:04:59 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110803170459-wzd99m3567y80ila
Tags: 1:59-1
* Imported Upstream version 59
* Refresh patches to a new release
* Fix FTBFS on ARM (Closes: #634270)
* Update version.bash to work with Debian packaging and not hg
  repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        SizeofIfAddrmsg         = 0x8
106
106
        SizeofRtmsg             = 0xc
107
107
        SizeofRtNexthop         = 0x8
 
108
        SizeofSockFilter        = 0x8
 
109
        SizeofSockFprog         = 0x8
108
110
        SizeofInotifyEvent      = 0x10
109
111
)
110
112
 
407
409
        Ifindex int32
408
410
}
409
411
 
 
412
type SockFilter struct {
 
413
        Code uint16
 
414
        Jt   uint8
 
415
        Jf   uint8
 
416
        K    uint32
 
417
}
 
418
 
 
419
type SockFprog struct {
 
420
        Len          uint16
 
421
        Pad_godefs_0 [2]byte
 
422
        Filter       *SockFilter
 
423
}
 
424
 
410
425
type InotifyEvent struct {
411
426
        Wd     int32
412
427
        Mask   uint32