summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/atalk.c
AgeCommit message (Collapse)Author
2009-02-07add missing headers needed for warn() and err().Charles Longeau
ok claudio@ ray@
2007-12-19delete rcsid crudTheo de Raadt
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
turn on INET6 the default (remove the #ifdef's) ok claudio reyk
2005-03-30include nlist.h not neededTheo de Raadt
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2004-03-13some NULL vs 0 and knf; parts from nimadeus@pandora.beTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-02-01ansiTheo de Raadt
2002-07-25handle < 0 and such betterTheo de Raadt
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-08-18Handle snprintf returning -1brian
2001-01-29$OpenBSD$Niklas Hallqvist
1998-06-23Fix snprintf return value usage.Todd C. Miller
1997-07-23AppleTalk specificsdenny