]> git.pld-linux.org Git - packages/dpkg.git/blob - dpkg-md5.patch
- use http://ftp.debian.org/ url
[packages/dpkg.git] / dpkg-md5.patch
1 --- dpkg-1.17.1/lib/dpkg/buffer.c.orig  2013-07-28 11:59:57.000000000 +0200
2 +++ dpkg-1.17.1/lib/dpkg/buffer.c       2013-08-24 09:31:12.908038975 +0200
3 @@ -26,7 +26,7 @@
4  #include <sys/types.h>
5  
6  #include <errno.h>
7 -#include <md5.h>
8 +#include "../compat/md5.h"
9  #include <string.h>
10  #include <unistd.h>
11  #include <stdlib.h>
This page took 0.024174 seconds and 3 git commands to generate.