summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-11-28 22:02:17 +0000
committerdougb <dougb@FreeBSD.org>2003-11-28 22:02:17 +0000
commitc628f09d690e75f0c84718469f7dfb3d0e4aeaaf (patch)
treed8f49c8e4b820efedef9ccffbed8576af26c9fa8 /contrib/bind/bin
parentc753941a76338efc8e7fe025ef3f28abf17b020c (diff)
downloadFreeBSD-src-c628f09d690e75f0c84718469f7dfb3d0e4aeaaf.zip
FreeBSD-src-c628f09d690e75f0c84718469f7dfb3d0e4aeaaf.tar.gz
Apply the vendor change to this file, thus resolving the import conflict
Diffstat (limited to 'contrib/bind/bin')
-rw-r--r--contrib/bind/bin/nslookup/commands.l2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/bind/bin/nslookup/commands.l b/contrib/bind/bin/nslookup/commands.l
index fd228a4..313c1d0 100644
--- a/contrib/bind/bin/nslookup/commands.l
+++ b/contrib/bind/bin/nslookup/commands.l
@@ -77,7 +77,6 @@ static char sccsid[] = "@(#)commands.l 5.13 (Berkeley) 7/24/90";
* exit - exit the program
* root - set default server to the root
* ls NAME - list the domain NAME
- * view FILE - sorts and view the file with more
* set OPTION - set an option
* help - print help information
* ? - print help information
@@ -103,7 +102,6 @@ static char sccsid[] = "@(#)commands.l 5.13 (Berkeley) 7/24/90";
extern char rootServerName[];
extern void PrintHelp();
-extern void ViewList(char *);
#define YY_INPUT(buf, result, max_size) \
{ \
OpenPOWER on IntegriCloud