aboutsummaryrefslogtreecommitdiffstats
path: root/list.c
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2006-03-24 23:49:52 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2006-03-24 23:49:52 (GMT)
commitb701a3f0c09813168a8200351e7cd62a8d5972e1 (patch)
tree355d87d3fb954f925286e5e8c1d00989480ea65e /list.c
parentee3a23474cb86135c64f72d519f5dcf1b938bb84 (diff)
downloadpowwow-b701a3f0c09813168a8200351e7cd62a8d5972e1.zip
powwow-b701a3f0c09813168a8200351e7cd62a8d5972e1.tar.gz
powwow-b701a3f0c09813168a8200351e7cd62a8d5972e1.tar.bz2
Removed malloc.h since it's obsolete, fixed follow.c to not use tty_read_fd
since it looks like a copy-paste job that didn't get fixed and causes brokenness on bsd
Diffstat (limited to 'list.c')
-rw-r--r--list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/list.c b/list.c
index df0bfc4..8bab96f 100644
--- a/list.c
+++ b/list.c
@@ -19,7 +19,6 @@
#include <sys/time.h>
#ifdef USE_REGEXP
-# include "malloc.h"
# include <regex.h>
#endif