Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include hide functions that are not supplied.



details:   https://anonhg.NetBSD.org/src/rev/e807404aaca8
branches:  trunk
changeset: 479724:e807404aaca8
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Dec 20 06:48:11 1999 +0000

description:
hide functions that are not supplied.

diffstat:

 include/netdb.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 2dcb20222518 -r e807404aaca8 include/netdb.h
--- a/include/netdb.h   Mon Dec 20 06:18:45 1999 +0000
+++ b/include/netdb.h   Mon Dec 20 06:48:11 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netdb.h,v 1.14 1999/12/12 10:49:37 itojun Exp $        */
+/*     $NetBSD: netdb.h,v 1.15 1999/12/20 06:48:11 itojun Exp $        */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -257,9 +257,11 @@
 #endif
 struct hostent *gethostent __P((void));
 #if !defined(_XOPEN_SOURCE) || (_XOPEN_SOURCE - 0) >= 500
+#if 0 /* we do not ship these */
 struct hostent *getipnodebyaddr __P((const void *, size_t, int, int *));
 struct hostent *getipnodebyname __P((const char *, int, int, int *));
 #endif
+#endif
 struct netent  *getnetbyaddr __P((unsigned long, int));
 struct netent  *getnetbyname __P((const char *));
 struct netent  *getnetent __P((void));



Home | Main Index | Thread Index | Old Index