diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-11 22:15:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-11 22:15:44 +0000 |
commit | 95e445a499b4d9d6f132cfeb0a027b5f3acddb8f (patch) | |
tree | 4aaa03a61e484a2edea7dfc1e91c633b24d482a6 /mail/emil/files/patch-func.h | |
parent | Prevent collision with getline(3) (diff) |
Prevent collision with getline(3)
Notes
Notes:
svn path=/head/; revision=415042
Diffstat (limited to 'mail/emil/files/patch-func.h')
-rw-r--r-- | mail/emil/files/patch-func.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/emil/files/patch-func.h b/mail/emil/files/patch-func.h new file mode 100644 index 000000000000..6928bb83f7ba --- /dev/null +++ b/mail/emil/files/patch-func.h @@ -0,0 +1,11 @@ +--- func.h.orig 1996-06-04 13:37:04 UTC ++++ func.h +@@ -166,7 +166,7 @@ int check_encoding(struct message *) + int boundary_check(struct message *); + int is_bound(struct data *, char *); + struct message * copy_mstruct(struct message *, int); +-int getline(struct data *); ++int get_line(struct data *); + int set_end_by_boundary(struct message *, char *); + int set_end_by_lines(struct message *, int); + |