pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libfetch/files Don't use inline.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c5f5bda8a023
branches: trunk
changeset: 541207:c5f5bda8a023
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Apr 16 15:10:18 2008 +0000
description:
Don't use inline.
diffstat:
net/libfetch/files/http.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 438c7c0ff472 -r c5f5bda8a023 net/libfetch/files/http.c
--- a/net/libfetch/files/http.c Wed Apr 16 14:55:29 2008 +0000
+++ b/net/libfetch/files/http.c Wed Apr 16 15:10:18 2008 +0000
@@ -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 @@
/*
* Grow the input buffer to at least len bytes
*/
-static inline int
+static int
http_growbuf(struct httpio *io, size_t len)
{
char *tmp;
Home |
Main Index |
Thread Index |
Old Index