aboutsummaryrefslogtreecommitdiff
path: root/include/netdb.h
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1997-08-16 23:32:42 +0000
committerSteve Price <steve@FreeBSD.org>1997-08-16 23:32:42 +0000
commitfcd57f5cca94d39693a91e7a5a98b7e72594f7e4 (patch)
tree6e5d712a89c8356d4faf4ec0aa7d183cb7908427 /include/netdb.h
parent57bf258e3dc9e77a996e738e6bf3e894943970e2 (diff)
Notes
Diffstat (limited to 'include/netdb.h')
-rw-r--r--include/netdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netdb.h b/include/netdb.h
index bb6984f1611b..40912b26e065 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -32,7 +32,7 @@
*
* @(#)netdb.h 8.1 (Berkeley) 6/2/93
* From: Id: netdb.h,v 8.8 1997/06/01 20:34:32 vixie Exp
- * $Id: netdb.h,v 1.8 1997/02/23 09:17:14 peter Exp $
+ * $Id: netdb.h,v 1.9 1997/06/27 08:32:37 peter Exp $
* -
* Portions Copyright (c) 1993 by Digital Equipment Corporation.
*
@@ -138,7 +138,7 @@ struct servent *getservbyname __P((const char *, const char *));
struct servent *getservbyport __P((int, const char *));
struct servent *getservent __P((void));
void herror __P((const char *));
-const char *hstrerror __P((int));
+__const char *hstrerror __P((int));
void sethostent __P((int));
/* void sethostfile __P((const char *)); */
void setnetent __P((int));