Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(176)

Unified Diff: src/pkg/syscall/zerrors_netbsd_386.go

Issue 6211071: code review 6211071: syscall: implement nametomib() on netbsd (Closed)
Patch Set: diff -r 83f71485e378 https://go.googlecode.com/hg/ Created 12 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/syscall/types_netbsd.go ('k') | src/pkg/syscall/zerrors_netbsd_amd64.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/syscall/zerrors_netbsd_386.go
===================================================================
--- a/src/pkg/syscall/zerrors_netbsd_386.go
+++ b/src/pkg/syscall/zerrors_netbsd_386.go
@@ -159,6 +159,7 @@
CSUSP = 0x1a
CTL_MAXNAME = 0xc
CTL_NET = 0x4
+ CTL_QUERY = -0x2
DIOCBSFLUSH = 0x20006478
DLT_AIRONET_HEADER = 0x78
DLT_APPLE_IP_OVER_IEEE1394 = 0x8a
@@ -984,6 +985,7 @@
PARMRK = 0x8
PARODD = 0x2000
PENDIN = 0x20000000
+ PRI_IOFLUSH = 0x7c
RLIMIT_AS = 0xa
RLIMIT_CORE = 0x4
RLIMIT_CPU = 0x0
@@ -1163,6 +1165,10 @@
SO_TIMESTAMP = 0x2000
SO_TYPE = 0x1008
SO_USELOOPBACK = 0x40
+ SYSCTL_VERSION = 0x1000000
+ SYSCTL_VERS_0 = 0x0
+ SYSCTL_VERS_1 = 0x1000000
+ SYSCTL_VERS_MASK = 0xff000000
S_ARCH1 = 0x10000
S_ARCH2 = 0x20000
S_BLKSIZE = 0x200
« no previous file with comments | « src/pkg/syscall/types_netbsd.go ('k') | src/pkg/syscall/zerrors_netbsd_amd64.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b