summaryrefslogtreecommitdiffstats
path: root/include/netdb.h
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-16 23:32:42 +0000
committersteve <steve@FreeBSD.org>1997-08-16 23:32:42 +0000
commita900aa0a5e8a249eefb72cdab58d4aeae06d0bca (patch)
tree83c8d9b09fd33083d29f40186a27034400427895 /include/netdb.h
parent4542c1cf5d7077caf33d6d9468f5e647cd9d19e5 (diff)
downloadFreeBSD-src-a900aa0a5e8a249eefb72cdab58d4aeae06d0bca.zip
FreeBSD-src-a900aa0a5e8a249eefb72cdab58d4aeae06d0bca.tar.gz
Make this compile with the -traditional cc flag.
PR: misc/2189 Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
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 bb6984f..40912b2 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));
OpenPOWER on IntegriCloud