summaryrefslogtreecommitdiff
path: root/ifpps.c
diff options
context:
space:
mode:
Diffstat (limited to 'ifpps.c')
-rw-r--r--ifpps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ifpps.c b/ifpps.c
index ea98ca2..6742dd7 100644
--- a/ifpps.c
+++ b/ifpps.c
@@ -1130,7 +1130,7 @@ static void term_csv(const char *ifname, const struct ifstat *rel,
{
int cpus, i;
- printf("%ld ", time(0));
+ printf("%ld ", time(NULL));
printf("%llu ", rel->rx_bytes);
printf("%llu ", rel->rx_packets);