diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-01 06:13:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-01 06:13:41 +0000 |
commit | de43b1e9363a8ec454566e6f4b4e28076288fafa (patch) | |
tree | 6db06768fac9e7817ab1296a44073417220f965d /comms/yaps/files/patch-util.c | |
parent | security/py-pyclamd: 0.2.2 -> 0.3.17 (diff) |
Fix collision with getline(3)
Diffstat (limited to 'comms/yaps/files/patch-util.c')
-rw-r--r-- | comms/yaps/files/patch-util.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/yaps/files/patch-util.c b/comms/yaps/files/patch-util.c new file mode 100644 index 000000000000..b3056b77c963 --- /dev/null +++ b/comms/yaps/files/patch-util.c @@ -0,0 +1,11 @@ +--- util.c.orig 1997-05-31 17:20:40 UTC ++++ util.c +@@ -36,7 +36,7 @@ skipch (char *str, char ch) + } + + char * +-getline (FILE *fp, Bool cont) ++get_line (FILE *fp, Bool cont) + { + char *buf; + int size; |