diff options
Diffstat (limited to 'usr/src/lib/libresolv/res_gethost.c')
-rw-r--r-- | usr/src/lib/libresolv/res_gethost.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/src/lib/libresolv/res_gethost.c b/usr/src/lib/libresolv/res_gethost.c index b7c42b335e..53081cd5fe 100644 --- a/usr/src/lib/libresolv/res_gethost.c +++ b/usr/src/lib/libresolv/res_gethost.c @@ -11,10 +11,14 @@ * */ -#pragma ident "%Z%%M% %I% %E% SMI" /* SunOS 1.11; UCB 6.32 */ +/* + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. + */ -#include "synonyms.h" +#pragma ident "%Z%%M% %I% %E% SMI" /* SunOS 1.11; UCB 6.32 */ +#include "c_synonyms.h" #include <sys/param.h> #include <sys/socket.h> #include <netinet/in.h> |