From 1f0262bcdb352e9a75a4e5f48cd63d05714e2859 Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Thu, 20 Oct 2005 11:17:48 +0000 Subject: another more const --- util-linux/nfsmount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/nfsmount.c') diff --git a/util-linux/nfsmount.c b/util-linux/nfsmount.c index 11ca3268e..842fa0351 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[] = { -- cgit v1.2.3