home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / clamav-devel.exe / sosdg / clamav-dll.patch < prev    next >
Encoding:
Text File  |  2006-05-16  |  533 b   |  19 lines

  1. diff -u --recursive -N clamav-devel/libclamav/main.c clamav-dll/libclamav/main.c
  2. --- clamav-devel/libclamav/main.c    1969-12-31 19:00:00.000000000 -0500
  3. +++ clamav-dll/libclamav/main.c    2004-09-25 15:51:25.198611200 -0400
  4. @@ -0,0 +1,3 @@
  5. +void main()
  6. +{
  7. +}
  8. --- clamav-dll/libclamav/Makefile.am.orig    2004-11-20 12:18:20.900144000 -0500
  9. +++ clamav-dll/libclamav/Makefile.am    2004-11-20 12:17:39.080009600 -0500
  10. @@ -120,6 +120,7 @@
  11.      special.c \
  12.      special.h \
  13.      binhex.c \
  14. -    binhex.h
  15. +    binhex.h \
  16. +    main.c
  17.  
  18.  lib_LTLIBRARIES = libclamav.la
  19.