aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auxstats/OpenBSD.c
AgeCommit message (Collapse)AuthorFilesLines
2015-12-08auxstats: fix OpenBSD by using getifaddrs(3) instead of kvm(3)Gleydson Soares1-74/+23
Change-Id: I6a096ba24809a402911c30406d384d16c03fc96c Reviewed-on: https://plan9port-review.googlesource.com/1410 Reviewed-by: Russ Cox <rsc@swtch.com>
2015-06-03all: fix openbsd buildAram Hăvărneanu1-1/+2
Change-Id: I6eaeebc9b6a4d78ce07efe7680ba8f2eff16462f Reviewed-on: https://plan9port-review.googlesource.com/1230 Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Russ Cox <rsc@google.com>
2007-03-26fix int/size_t warning (Chad Dougherty)rsc1-1/+1
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-2/+2
2005-07-21OpenBSD, thanks to Tim Wiessrsc1-1/+214
2004-04-23stats helperrsc1-0/+10