NetBSD/usr.bin/systat
cgd 2af1e46eab __CONCAT does token pasting, not string concatnation. if something like:
__CONCAT("foo","bar");
actually works to concantate strings, it's because the preprocessor expands
it into "foo""bar" as separate strings, and then ANSI string concatenation
is performed on that.  It's more straightforward to just use ANSI string
concatenation directly, and newer GCCs complain (rightly) about misuse
of token pasting.
2000-12-20 01:17:49 +00:00
..
Makefile
bufcache.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
cmds.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
cmdtab.c
disks.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
extern.h Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
fetch.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
globalcmds.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
icmp.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
iostat.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
ip.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
ip6.c Don't try to use CPP token pasting to somehow 'stick' structure member 2000-12-20 01:16:42 +00:00
ipsec.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
keyboard.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
main.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
mbufs.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
netcmds.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
netstat.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
pigs.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
ps.c __CONCAT does token pasting, not string concatnation. if something like: 2000-12-20 01:17:49 +00:00
ps.h
swap.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
systat.1
systat.h Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
tcp.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
vmstat.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00