summaryrefslogtreecommitdiff
path: root/net/libfetch
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-16 15:10:18 +0000
committerjoerg <joerg>2008-04-16 15:10:18 +0000
commit9a75861b427f6b0db00b94750cdb263c24f60f3b (patch)
treebdbdda03811baa74c7a4f01542c0abb381254945 /net/libfetch
parent95102869f82340ee05bb5a56ed85b2076878482d (diff)
downloadpkgsrc-9a75861b427f6b0db00b94750cdb263c24f60f3b.tar.gz
Don't use inline.
Diffstat (limited to 'net/libfetch')
-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;