summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-16 15:10:18 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-16 15:10:18 +0000
commit4ec3d2c4301f6e8a3700863e16d76cc7fcdffa4b (patch)
treebdbdda03811baa74c7a4f01542c0abb381254945 /net
parent189a8ce2d44dc67165796222abdc9268d0f29131 (diff)
downloadpkgsrc-4ec3d2c4301f6e8a3700863e16d76cc7fcdffa4b.tar.gz
Don't use inline.
Diffstat (limited to 'net')
-rw-r--r--net/libfetch/files/http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libfetch/files/http.c b/net/libfetch/files/http.c
index ab389571ec5..86f4f2f6609 100644
--- a/net/libfetch/files/http.c
+++ b/net/libfetch/files/http.c
@@ -1,4 +1,4 @@
-/* $NetBSD: http.c,v 1.12 2008/04/16 01:01:50 joerg Exp $ */
+/* $NetBSD: http.c,v 1.13 2008/04/16 15:10:18 joerg Exp $ */
/*-
* Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav
* All rights reserved.
@@ -165,7 +165,7 @@ http_new_chunk(struct httpio *io)
/*
* Grow the input buffer to at least len bytes
*/
-static inline int
+static int
http_growbuf(struct httpio *io, size_t len)
{
char *tmp;