]> git.saurik.com Git - apple/network_cmds.git/blobdiff - netstat.tproj/route.c
network_cmds-606.100.3.tar.gz
[apple/network_cmds.git] / netstat.tproj / route.c
index 943e3c8ffa4b95b669448d24027ce230f74fbafb..31e2bea7a7a20fb669de0a4d3f8cbae39be354aa 100644 (file)
@@ -120,6 +120,9 @@ struct bits {
        { RTF_IFREF,    'i' },
        { RTF_PROXY,    'Y' },
        { RTF_ROUTER,   'r' },
+#ifdef RTF_GLOBAL
+       { RTF_GLOBAL,   'g' },
+#endif /* RTF_GLOBAL */
        { 0 }
 };