summaryrefslogtreecommitdiff
path: root/www/caudium14/files/patch-src_tools_htpasswd.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/caudium14/files/patch-src_tools_htpasswd.h')
-rw-r--r--www/caudium14/files/patch-src_tools_htpasswd.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/caudium14/files/patch-src_tools_htpasswd.h b/www/caudium14/files/patch-src_tools_htpasswd.h
deleted file mode 100644
index 1cc8d5ffb19b..000000000000
--- a/www/caudium14/files/patch-src_tools_htpasswd.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/tools/htpasswd.h.orig 2011-09-15 05:13:13 UTC
-+++ src/tools/htpasswd.h
-@@ -2,7 +2,7 @@
- #define HTPASSWD_H
- char *strd(char *s);
- void getword(char *word, char *line, char stop);
--int getline(char *s, int n, FILE *f);
-+int get_line(char *s, int n, FILE *f);
- void putline(FILE *f,char *l);
- void to64(register char *s, register long v, register int n);
- void add_password(char *user, FILE *f);