Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include remove a duplicated prototype of getprotoent_r.
details: https://anonhg.NetBSD.org/src/rev/b40fb9d40fea
branches: trunk
changeset: 566917:b40fb9d40fea
user: yamt <yamt%NetBSD.org@localhost>
date: Mon May 24 12:34:28 2004 +0000
description:
remove a duplicated prototype of getprotoent_r.
diffstat:
include/netdb.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r b68e8dd44225 -r b40fb9d40fea include/netdb.h
--- a/include/netdb.h Mon May 24 10:06:59 2004 +0000
+++ b/include/netdb.h Mon May 24 12:34:28 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netdb.h,v 1.39 2004/05/21 02:14:39 christos Exp $ */
+/* $NetBSD: netdb.h,v 1.40 2004/05/24 12:34:28 yamt Exp $ */
/*
* Copyright (c) 1980, 1983, 1988, 1993
@@ -367,7 +367,6 @@
struct protoent *, struct protoent_data *));
struct protoent *getprotobynumber_r __P((int,
struct protoent *, struct protoent_data *));
-struct protoent *getprotoent_r __P((struct protoent *, struct protoent_data *));
void setprotoent_r __P((int, struct protoent_data *));
void endprotoent_r __P((struct protoent_data *));
Home |
Main Index |
Thread Index |
Old Index