]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Avoid accessing window properties directly, instead, use accessors.
authordelphij <delphij@FreeBSD.org>
Thu, 10 Sep 2015 22:07:52 +0000 (22:07 +0000)
committerdelphij <delphij@FreeBSD.org>
Thu, 10 Sep 2015 22:07:52 +0000 (22:07 +0000)
commitc4ba6d848bb9ccb12d15f4e4aebc9fcf5c0aca86
treea506e61dc22cfaf1ca17ad038ff945cb20137be7
parentba1086b4fef8cdfb6cba9bdc23df8e9ac0cd959b
 - Avoid accessing window properties directly, instead, use accessors.
   This should be no-op for now, but allows the code to work if we
   move to NCURSES_OPAQUE.
 - Use calloc() instead of malloc+bzero.

MFC after: 2 weeks
usr.bin/systat/iostat.c
usr.bin/systat/netstat.c
usr.bin/systat/pigs.c
usr.bin/systat/vmstat.c