Make this compile with the -traditional cc flag.

PR:		misc/2189
Submitted by:	Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
This commit is contained in:
Steve Price 1997-08-16 23:32:42 +00:00
parent 57bf258e3d
commit fcd57f5cca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28271

View File

@ -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));