diff options
author | Rainer Gerhards <rgerhards@adiscon> | 2008-04-09 08:11:22 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon> | 2008-04-09 08:11:22 +0200 |
commit | a61f8543ff89a9eef1bef1686fff1035f5f79249 (patch) | |
tree | 90e0ebe8077ea234c1ed9e4e2bdc807ec14120ca /syslogd.c | |
parent | 9b5fa059d026777ca9d95b66b17d95296fd6c1ff (diff) | |
download | rsyslog-a61f8543ff89a9eef1bef1686fff1035f5f79249.tar.gz rsyslog-a61f8543ff89a9eef1bef1686fff1035f5f79249.tar.xz rsyslog-a61f8543ff89a9eef1bef1686fff1035f5f79249.zip |
our BSD define conflicted with a BSD system define
renamed to OS_BSD
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ static rsRetVal GlobalClassExit(void); #if defined(SYSLOGD_PIDNAME) # undef _PATH_LOGPID # if defined(FSSTND) -# ifdef BSD +# ifdef OS_BSD # define _PATH_VARRUN "/var/run/" # endif # if defined(__sun) || defined(__hpux) |