summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2003-08-04 22:03:55 +0000
committerMarcus Brinkmann <marcus@gnu.org>2003-08-04 22:03:55 +0000
commite1821a4d29562acfd4b4f19700d67151fda73796 (patch)
tree53173751091835fe9be98d023b4406a3877fa5e6
parent807622ba0f32ff0f47762e4b9977aba03b912ee3 (diff)
2003-08-05 Marcus Brinkmann <marcus@gnu.org>
* zero.c: Do not include <assert.h>.
-rw-r--r--libstore/ChangeLog4
-rw-r--r--libstore/zero.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 0be23c87..12f4be74 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-05 Marcus Brinkmann <marcus@gnu.org>
+
+ * zero.c: Do not include <assert.h>.
+
2003-07-21 Ognyan Kulev <ogi@mfmi.uni-sofia.bg>
* rdwr.c (store_write): Return EINVAL when LEN is not aligned to
diff --git a/libstore/zero.c b/libstore/zero.c
index 31b8864b..2fba72cc 100644
--- a/libstore/zero.c
+++ b/libstore/zero.c
@@ -18,7 +18,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
-#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>