summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/mroute6.c
AgeCommit message (Expand)Author
2009-02-07add missing headers needed for warn() and err().Charles Longeau
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
2007-09-11u_quad_t -> u_int64_t and %qu -> %llu, from bradHenning Brauer
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-01ansiTheo de Raadt
2002-06-02KNFTheo de Raadt
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2001-11-19kill more registersMike Pechkin
1999-12-08add IPv6 support from KAME. cleanup type matches with printf() format.Jun-ichiro itojun Hagino