diff options
Diffstat (limited to 'usr/src/lib/libresolv2/common/isc/ctl_p.h')
-rw-r--r-- | usr/src/lib/libresolv2/common/isc/ctl_p.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/usr/src/lib/libresolv2/common/isc/ctl_p.h b/usr/src/lib/libresolv2/common/isc/ctl_p.h index df86107f4d..18a52ae39c 100644 --- a/usr/src/lib/libresolv2/common/isc/ctl_p.h +++ b/usr/src/lib/libresolv2/common/isc/ctl_p.h @@ -1,16 +1,9 @@ -/* - * Copyright 1999-2002 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. - */ - -#pragma ident "%Z%%M% %I% %E% SMI" - struct ctl_buf { char * text; size_t used; }; -#define MAX_LINELEN 990 /* Like SMTP. */ +#define MAX_LINELEN 990 /*%< Like SMTP. */ #ifndef NO_SOCKADDR_UN #define MAX_NTOP PATH_MAX #else @@ -31,3 +24,5 @@ const char * ctl_sa_ntop(const struct sockaddr *, char *, size_t, ctl_logfunc); void ctl_sa_copy(const struct sockaddr *, struct sockaddr *); + +/*! \file */ |