Makefile.in: some fixes for compiling in the BSD systems.

This commit is contained in:
Andrey Slusar
2005-01-13 02:51:12 +00:00
parent 768f1fc8a7
commit f9cc46b103
2 changed files with 18 additions and 10 deletions
+10 -2
View File
@@ -1,14 +1,22 @@
2005-01-12 Andrey Slusar <anray@users.sourceforge.net>
* Makefile.in (installdirs): fix compiling when use a bsd
chown.
* Makefile.in (bforce/expression.c): fix compiling when use
a bsd make.
2005-01-12 Evgeniy Kozhuhovskiy <e.kozhuhovskiy@generation-p.com>
* bforce/nodelist.c (nodelist_open): rewritten logic
* bforce/logger.c (log): fixed working with --enable-syslog
* logger.h: fixed some warnings
* include/logger.h: fixed some warnings
2005-01-11 Evgeniy Kozhuhovskiy <e.kozhuhovskiy@generation-p.com>
* nodelist.c(nodelist_open): fixed warnings
* bforce/nodelist.c (nodelist_open): fixed warnings
2005-01-11 Andrey Slusar <anray@users.sourceforge.net>