summaryrefslogtreecommitdiff
path: root/libgo/go/golang.org/x/net/route/route_classic.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/golang.org/x/net/route/route_classic.go')
-rw-r--r--libgo/go/golang.org/x/net/route/route_classic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/golang.org/x/net/route/route_classic.go b/libgo/go/golang.org/x/net/route/route_classic.go
index 02fa688309c..a7d3864646b 100644
--- a/libgo/go/golang.org/x/net/route/route_classic.go
+++ b/libgo/go/golang.org/x/net/route/route_classic.go
@@ -25,7 +25,7 @@ func (m *RouteMessage) marshal() ([]byte, error) {
b := make([]byte, l)
nativeEndian.PutUint16(b[:2], uint16(l))
if m.Version == 0 {
- b[2] = sysRTM_VERSION
+ b[2] = rtmVersion
} else {
b[2] = byte(m.Version)
}