From f9cfac3981b31ffc93942d6530ddaf69867a5725 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 11 Jun 1998 14:40:42 +0000 Subject: Zap the T_UID,T_GID and T_UINFO stuff, it doesn't exist in the bind8 headers. As I understand it, it was for some really ancient athena stuff that has long been replaced. --- contrib/tcpdump/print-domain.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'contrib/tcpdump') diff --git a/contrib/tcpdump/print-domain.c b/contrib/tcpdump/print-domain.c index f995617..31c7b51 100644 --- a/contrib/tcpdump/print-domain.c +++ b/contrib/tcpdump/print-domain.c @@ -216,9 +216,6 @@ static struct tok type2str[] = { { T_GPOS, "GPOS" }, { T_AAAA, "AAAA" }, { T_LOC , "LOC " }, - { T_UINFO, "UINFO" }, - { T_UID, "UID" }, - { T_GID, "GID" }, { T_UNSPEC, "UNSPEC" }, { T_UNSPECA, "UNSPECA" }, { T_AXFR, "AXFR" }, -- cgit v1.1