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