summaryrefslogtreecommitdiff
path: root/contrib/bind/bin
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-11-28 22:02:17 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-11-28 22:02:17 +0000
commit892eacbb1002c64bc7e0e20599a71e2387cba9e7 (patch)
treed8f49c8e4b820efedef9ccffbed8576af26c9fa8 /contrib/bind/bin
parent407774b7a8bb35223ece423729212b132a0f8cb0 (diff)
Notes
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 fd228a49bbce..313c1d0fe649 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) \
{ \