Module Name:    src
Committed By:   christos
Date:           Wed May  5 17:12:29 UTC 2010

Modified Files:
        src/include: netdb.h

Log Message:
PR/43258: Hauke Fath: remove duplicate setservent declaration


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/include/netdb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/netdb.h
diff -u src/include/netdb.h:1.63 src/include/netdb.h:1.64
--- src/include/netdb.h:1.63	Sat Apr 24 20:54:45 2010
+++ src/include/netdb.h	Wed May  5 13:12:29 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: netdb.h,v 1.63 2010/04/25 00:54:45 joerg Exp $	*/
+/*	$NetBSD: netdb.h,v 1.64 2010/05/05 17:12:29 christos Exp $	*/
 
 /*
  * ++Copyright++ 1980, 1983, 1988, 1993
@@ -337,9 +337,9 @@
 #endif
 void		setnetent(int);
 void		setprotoent(int);
+void		setservent(int);
 #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
     defined(_NETBSD_SOURCE)
-void		setservent(int);
 int		getaddrinfo(const char * __restrict, const char * __restrict,
 				 const struct addrinfo * __restrict,
 				 struct addrinfo ** __restrict);
@@ -350,7 +350,6 @@
 void		freeaddrinfo(struct addrinfo *);
 const char	*gai_strerror(int);
 #endif
-void		setservent(int);
 __END_DECLS
 
 #endif /* !_NETDB_H_ */

Reply via email to