From fcd57f5cca94d39693a91e7a5a98b7e72594f7e4 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 16 Aug 1997 23:32:42 +0000 Subject: [PATCH] Make this compile with the -traditional cc flag. PR: misc/2189 Submitted by: Lars Koeller --- include/netdb.h | 4 ++-- 1 file 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));