fix merge mistake

git-svn: trunk@4759
0.95
Török Edvin 17 years ago
parent 7bea419ef3
commit ab1ed22fbf
  1. 4
      ChangeLog
  2. 4
      clamdscan/client.c

@ -1,3 +1,7 @@
Thu Feb 12 20:00:01 EET 2009 (edwin)
------------------------------------
* clamdscan/client.c: fix merge mistake
Thu Feb 12 19:55:31 EET 2009 (edwin)
------------------------------------
* Makefile.in: revert accidental makefile change

@ -23,10 +23,10 @@
#endif
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <stdlib.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>

Loading…
Cancel
Save