summaryrefslogtreecommitdiff
path: root/usr/src/lib/libresolv2
diff options
context:
space:
mode:
authorAndy Fiddaman <omnios@citrus-it.co.uk>2019-02-09 13:25:02 +0000
committerAndy Fiddaman <omnios@citrus-it.co.uk>2019-02-13 15:35:04 +0000
commit856f710c9dc323b39da5935194d7928ffb99b67f (patch)
treeda616fb4ba5e2578b263bc984595f2571f8b640b /usr/src/lib/libresolv2
parentc78b1a4529122c8f26c5b25b88f01dc4800751a0 (diff)
downloadillumos-joyent-856f710c9dc323b39da5935194d7928ffb99b67f.tar.gz
10361 usr/lib - stop lint library generation and packaging
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Frederik Wessels <wessels147@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libresolv2')
-rw-r--r--usr/src/lib/libresolv2/common/llib-lresolv59
1 files changed, 0 insertions, 59 deletions
diff --git a/usr/src/lib/libresolv2/common/llib-lresolv b/usr/src/lib/libresolv2/common/llib-lresolv
deleted file mode 100644
index aedd06a0fa..0000000000
--- a/usr/src/lib/libresolv2/common/llib-lresolv
+++ /dev/null
@@ -1,59 +0,0 @@
-/* LINTLIBRARY */
-/* PROTOLIB1 */
-
-/*
- * Copyright (c) 1997-1999 by Sun Microsystems, Inc.
- * All rights reserved.
- */
-
-#pragma ident "%Z%%M% %I% %E% SMI"
-
-#include <stdio.h>
-#include <sys/types.h>
-#include <netinet/in.h>
-#include <netdb.h>
-#include <arpa/nameser.h>
-#include <resolv.h>
-
-/*
- * usr/src/lib/libresolv2 routines
- */
-
-int dn_skipname(const uchar_t *, const uchar_t *);
-void fp_query(const u_char *, FILE *);
-const uchar_t * p_cdname(const uchar_t *, const uchar_t *, FILE *);
-const char * p_class(int);
-void p_query(const u_char *);
-const char * p_time(unsigned int);
-const char * p_type(int);
-void putlong(unsigned int, uchar_t *);
-uint32_t _getlong(const u_char *);
-uint16_t _getshort(const u_char *);
-const char * hstrerror(int);
-int res_init(void);
-int res_mkquery(int, const char *, int, int, const u_char *,
- int, const u_char *, u_char *, int);
-int res_query(const char *, int, int, u_char *, int);
-int res_querydomain(const char *, const char *, int, int,
- u_char *, int);
-int res_search(const char *, int, int, u_char *, int);
-int res_send(const u_char *, int, u_char *, int);
-int res_update(ns_updrec *);
-int res_ninit(res_state);
-void fp_resstat(const res_state, FILE *);
-const char * res_hostalias(const res_state, const char *, char *, size_t);
-int res_nquery(res_state, const char *, int, int, u_char *, int);
-int res_nsearch(res_state, const char *, int, int, u_char *, int);
-int res_nquerydomain(res_state, const char *, const char *,
- int, int, u_char *, int);
-int res_nmkquery(res_state, int, const char *, int, int,
- const u_char *, int, const u_char *,
- u_char *, int);
-int res_nsend(res_state, const u_char *, int, u_char *, int);
-int res_nmkupdate(res_state, ns_updrec *, u_char *, int);
-void res_nclose(res_state);
-int res_nsendsigned(res_state, const u_char *, int, ns_tsig_key *,
- u_char *, int);
-int dn_comp(const char *, u_char *, int, u_char **, u_char **);
-int dn_expand(const u_char *, const u_char *, const u_char *,
- char *, int);