Differences From Artifact [a8bc74d0c2]:
- File tuapi.c — part of check-in [20d82b1585] at 2015-05-17 04:16:41 on branch trunk — Implemented "rmmod" (user: rkeene, size: 81333) [annotate] [blame] [check-ins using]
To Artifact [830624e5bc]:
- File tuapi.c — part of check-in [49fcda9f97] at 2016-03-30 03:04:19 on branch trunk — Added ifdef around CAN, needed for RHEL5 (user: rkeene, size: 81358) [annotate] [blame] [check-ins using]
︙ | |||
1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 | 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 | + + | break; case ARPHRD_X25: link_encap = "x25"; break; case ARPHRD_HWX25: link_encap = "hwx25"; break; #ifdef ARPHRD_CAN case ARPHRD_CAN: link_encap = "can"; break; #endif case ARPHRD_PPP: link_encap = "ppp"; break; case ARPHRD_CISCO: link_encap = "cisco"; break; case ARPHRD_LAPB: |
︙ |