diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/wwwoffle/files/patch-src__miscencdec.c | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/wwwoffle/files/patch-src__miscencdec.c')
-rw-r--r-- | www/wwwoffle/files/patch-src__miscencdec.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/wwwoffle/files/patch-src__miscencdec.c b/www/wwwoffle/files/patch-src__miscencdec.c new file mode 100644 index 000000000000..2dc4855c2a4e --- /dev/null +++ b/www/wwwoffle/files/patch-src__miscencdec.c @@ -0,0 +1,11 @@ +--- src/miscencdec.c.orig Sun Nov 18 11:39:53 2001 ++++ src/miscencdec.c Tue Feb 26 21:03:13 2002 +@@ -35,7 +35,7 @@ + #endif + + #include "misc.h" +-#include "md5.h" ++#include <md5.h> + + + /* To understand why the URLDecode*() and URLEncode*() functions are coded this way see README.URL */ |