From 9550a24e0198bde53d4d4404ed16b7b8957a7ada Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 19 Jan 2000 10:41:23 +1100 Subject: [PATCH] - Compile fix from Darren_Hall@progressive.com --- ChangeLog | 3 +++ acconfig.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6b89e130e..9cfe0a7bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20000119 + - Compile fix from Darren_Hall@progressive.com + 20000118 - Fixed --with-pid-dir option - Makefile fix from Gary E. Miller diff --git a/acconfig.h b/acconfig.h index 37f4f1207..30a1dc96c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -141,4 +141,4 @@ #include "defines.h" -#endif _CONFIG_H +#endif /* _CONFIG_H */