=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/mbufs.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/systat/mbufs.c 2010/08/01 05:30:13 1.28 --- src/usr.bin/systat/mbufs.c 2010/09/23 10:49:55 1.29 *************** *** 1,4 **** ! /* $OpenBSD: mbufs.c,v 1.28 2010/08/01 05:30:13 blambert Exp $ */ /* * Copyright (c) 2008 Can Erkin Acar * --- 1,4 ---- ! /* $OpenBSD: mbufs.c,v 1.29 2010/09/23 10:49:55 dlg Exp $ */ /* * Copyright (c) 2008 Can Erkin Acar * *************** *** 349,357 **** #if NOTYET print_fld_uint(FLD_MB_RXDELAY, ifi->data.ifi_rxdelay); print_fld_uint(FLD_MB_TXDELAY, ifi->data.ifi_txdelay); - #endif if (ifi->data.ifi_livelocks) print_fld_size(FLD_MB_LLOCKS, ifi->data.ifi_livelocks); if (p >= 0 && p < mclpool_count) { struct mclpool *mp = &ifi->data.ifi_mclpool[p]; --- 349,357 ---- #if NOTYET print_fld_uint(FLD_MB_RXDELAY, ifi->data.ifi_rxdelay); print_fld_uint(FLD_MB_TXDELAY, ifi->data.ifi_txdelay); if (ifi->data.ifi_livelocks) print_fld_size(FLD_MB_LLOCKS, ifi->data.ifi_livelocks); + #endif if (p >= 0 && p < mclpool_count) { struct mclpool *mp = &ifi->data.ifi_mclpool[p];