diff options
author | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-08 00:27:00 -0400 |
---|---|---|
committer | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-08 00:27:00 -0400 |
commit | 62b293c9374609afa344135693c33b9e808ceb72 (patch) | |
tree | 9a3839a7ecb31862073a83d210bd4406d014662d /nexgb/auto_xselinux.go | |
parent | e256da00b1fdccc7508a4cc5b9e9a3b195d44203 (diff) | |
download | haven-62b293c9374609afa344135693c33b9e808ceb72.tar.gz haven-62b293c9374609afa344135693c33b9e808ceb72.tar.xz haven-62b293c9374609afa344135693c33b9e808ceb72.zip |
use a custom logger so we don't stomp all over the global log configuration
Diffstat (limited to 'nexgb/auto_xselinux.go')
-rw-r--r-- | nexgb/auto_xselinux.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nexgb/auto_xselinux.go b/nexgb/auto_xselinux.go index a51346a..c0944aa 100644 --- a/nexgb/auto_xselinux.go +++ b/nexgb/auto_xselinux.go @@ -1,7 +1,7 @@ package xgb /* - This file was generated by xselinux.xml on May 7 2012 9:17:58pm EDT. + This file was generated by xselinux.xml on May 7 2012 11:34:27pm EDT. This file is automatically generated. Edit at your peril! */ @@ -37,8 +37,6 @@ func init() { newExtErrorFuncs["SELinux"] = make(map[int]newErrorFun) } -// Skipping definition for base type 'Id' - // Skipping definition for base type 'Card8' // Skipping definition for base type 'Int16' @@ -63,6 +61,8 @@ func init() { // Skipping definition for base type 'Float' +// Skipping definition for base type 'Id' + // 'XselinuxListItem' struct definition // Size: ((12 + pad((int(ObjectContextLen) * 1))) + pad((int(DataContextLen) * 1))) type XselinuxListItem struct { |