pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libfetch/files Kill more __unused.
details: https://anonhg.NetBSD.org/pkgsrc/rev/aff4ec0fccda
branches: trunk
changeset: 538405:aff4ec0fccda
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Feb 07 17:27:40 2008 +0000
description:
Kill more __unused.
diffstat:
net/libfetch/files/ftp.c | 4 ++--
net/libfetch/files/http.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 71d98066cef3 -r aff4ec0fccda net/libfetch/files/ftp.c
--- a/net/libfetch/files/ftp.c Thu Feb 07 17:23:37 2008 +0000
+++ b/net/libfetch/files/ftp.c Thu Feb 07 17:27:40 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ftp.c,v 1.5 2008/02/07 17:20:50 joerg Exp $ */
+/* $NetBSD: ftp.c,v 1.6 2008/02/07 17:27:40 joerg Exp $ */
/*-
* Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* All rights reserved.
@@ -1198,7 +1198,7 @@
* List a directory
*/
struct url_ent *
-fetchListFTP(struct url *url __unused, const char *flags)
+fetchListFTP(struct url *url, const char *flags)
{
warnx("fetchListFTP(): not implemented");
return (NULL);
diff -r 71d98066cef3 -r aff4ec0fccda net/libfetch/files/http.c
--- a/net/libfetch/files/http.c Thu Feb 07 17:23:37 2008 +0000
+++ b/net/libfetch/files/http.c Thu Feb 07 17:27:40 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: http.c,v 1.5 2008/02/07 17:23:37 joerg Exp $ */
+/* $NetBSD: http.c,v 1.6 2008/02/07 17:27:40 joerg Exp $ */
/*-
* Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav
* All rights reserved.
@@ -1199,7 +1199,7 @@
* Store a file by HTTP
*/
FILE *
-fetchPutHTTP(struct url *URL __unused, const char *flags)
+fetchPutHTTP(struct url *URL, const char *flags)
{
warnx("fetchPutHTTP(): not implemented");
return (NULL);
@@ -1224,7 +1224,7 @@
* List a directory
*/
struct url_ent *
-fetchListHTTP(struct url *url __unused, const char *flags)
+fetchListHTTP(struct url *url, const char *flags)
{
warnx("fetchListHTTP(): not implemented");
return (NULL);
Home |
Main Index |
Thread Index |
Old Index