summaryrefslogtreecommitdiff
path: root/net/libfetch/files/http.c
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-04-07 15:27:21 +0000
committerjoerg <joerg@pkgsrc.org>2012-04-07 15:27:21 +0000
commit5a11d53b1951548ecf73e15a1781ee9abfbf8786 (patch)
treead0ab5a4fa2b84a94aa72131602eae0135bc5dc7 /net/libfetch/files/http.c
parent691186619011680bd287c7e25542a1f37dc03b66 (diff)
downloadpkgsrc-5a11d53b1951548ecf73e15a1781ee9abfbf8786.tar.gz
Fix the last commit to not break bootstrap.
Diffstat (limited to 'net/libfetch/files/http.c')
-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 882fc4108aa..a37efb53f75 100644
--- a/net/libfetch/files/http.c
+++ b/net/libfetch/files/http.c
@@ -1,4 +1,4 @@
-/* $NetBSD: http.c,v 1.31 2012/04/07 15:09:23 wiz Exp $ */
+/* $NetBSD: http.c,v 1.32 2012/04/07 15:27:21 joerg Exp $ */
/*-
* Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav
* Copyright (c) 2003 Thomas Klausner <wiz@NetBSD.org>
@@ -133,7 +133,7 @@
#define HTTP_ERROR(xyz) ((xyz) > 400 && (xyz) < 599)
-static int http_cmd(conn_t *, const char *, ...) __printflike(2, 3);
+static int http_cmd(conn_t *, const char *, ...) LIBFETCH_PRINTFLIKE(2, 3);
/*****************************************************************************
* I/O functions for decoding chunked streams