diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-04-21 10:33:17 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-04-21 10:33:17 +0000 |
commit | ec78980cb02009c6bc329f04fc1d77da3ebdf638 (patch) | |
tree | 1f61e28f74bd2004099f0cfd01a254abb26cb63b /template.c | |
parent | bc5c4c1a3831f9abbde427e894165f1cd7c42bc0 (diff) | |
download | rsyslog-ec78980cb02009c6bc329f04fc1d77da3ebdf638.tar.gz rsyslog-ec78980cb02009c6bc329f04fc1d77da3ebdf638.tar.bz2 rsyslog-ec78980cb02009c6bc329f04fc1d77da3ebdf638.zip |
removed some #ifdef's BSD because we can do the same on RedHat, too...
Diffstat (limited to 'template.c')
-rw-r--r-- | template.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8,11 +8,7 @@ #endif #include <stdio.h> -#ifdef BSD #include <stdlib.h> -#else -#include <malloc.h> -#endif #include <string.h> #include <ctype.h> #include <assert.h> |