summaryrefslogtreecommitdiffstats
path: root/sbin/dump/main.c
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-04-07 11:34:12 +0000
committermdodd <mdodd@FreeBSD.org>2003-04-07 11:34:12 +0000
commit02e573828b4bdc4258068030d62ff93e965536a9 (patch)
tree7ac5258f69aa411caafd804cdfb9b7b2c9a2e071 /sbin/dump/main.c
parent16a93d5f11db01cd997e9319c951f5ef5a10caea (diff)
downloadFreeBSD-src-02e573828b4bdc4258068030d62ff93e965536a9.zip
FreeBSD-src-02e573828b4bdc4258068030d62ff93e965536a9.tar.gz
Avoid a name conflict with future functionality:
getfstab() -> dump_getfstab()
Diffstat (limited to 'sbin/dump/main.c')
-rw-r--r--sbin/dump/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/main.c b/sbin/dump/main.c
index b540383..9b3db78 100644
--- a/sbin/dump/main.c
+++ b/sbin/dump/main.c
@@ -304,7 +304,7 @@ main(int argc, char *argv[])
if (signal(SIGINT, interrupt) == SIG_IGN)
signal(SIGINT, SIG_IGN);
- getfstab(); /* /etc/fstab snarfed */
+ dump_getfstab(); /* /etc/fstab snarfed */
/*
* disk can be either the full special file name,
* the suffix of the special file name,
OpenPOWER on IntegriCloud