diff options
author | "Vladimir N. Oleynik" | 2005-10-20 11:17:48 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2005-10-20 11:17:48 +0000 |
commit | 1f0262bcdb352e9a75a4e5f48cd63d05714e2859 (patch) | |
tree | e191e1f4019e7b0daf47f9077e375588f77b3c6a /util-linux/nfsmount.c | |
parent | 0fa9deda1706b19e5f42ed392483a582880aaca3 (diff) | |
download | busybox-1f0262bcdb352e9a75a4e5f48cd63d05714e2859.zip busybox-1f0262bcdb352e9a75a4e5f48cd63d05714e2859.tar.gz |
another more const
Diffstat (limited to 'util-linux/nfsmount.c')
-rw-r--r-- | util-linux/nfsmount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/nfsmount.c b/util-linux/nfsmount.c index 11ca326..842fa03 100644 --- a/util-linux/nfsmount.c +++ b/util-linux/nfsmount.c @@ -889,7 +889,7 @@ fail: #define EDQUOT ENOSPC #endif -static struct { +static const struct { enum nfs_stat stat; int errnum; } nfs_errtbl[] = { |