=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/pftop.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- src/usr.bin/systat/pftop.c 2015/02/09 02:00:38 1.31 +++ src/usr.bin/systat/pftop.c 2015/08/20 22:32:42 1.32 @@ -1,4 +1,4 @@ -/* $OpenBSD: pftop.c,v 1.31 2015/02/09 02:00:38 jsg Exp $ */ +/* $OpenBSD: pftop.c,v 1.32 2015/08/20 22:32:42 deraadt Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * Copyright (c) 2001 Daniel Hartmeier @@ -1014,7 +1014,7 @@ a = anchor_free; if (a == NULL) { - a = (struct anchor_name *)malloc(sizeof(struct anchor_name)); + a = malloc(sizeof(struct anchor_name)); if (a == NULL) return (NULL); } else