summaryrefslogtreecommitdiff
path: root/lib/libFS/src/FSErrDis.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2015-05-10 09:23:35 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2015-05-10 09:23:35 +0000
commit12e4d6a4e45c44cb69d29f396fba116716414b97 (patch)
tree0dfe6e94454519c75bd26fd22ef1f0c90b0dd0aa /lib/libFS/src/FSErrDis.c
parentff9a73c00932625463abde90db73ca02e79648a7 (diff)
update to libFS 1.0.7
Diffstat (limited to 'lib/libFS/src/FSErrDis.c')
-rw-r--r--lib/libFS/src/FSErrDis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libFS/src/FSErrDis.c b/lib/libFS/src/FSErrDis.c
index 76ebab6f5..bffe2b5c5 100644
--- a/lib/libFS/src/FSErrDis.c
+++ b/lib/libFS/src/FSErrDis.c
@@ -70,7 +70,7 @@ static const char *FSErrorList[] = {
/* FSBadLength */ "BadLength, request too large or internal FSlib length error",
/* FSBadImplementation */ "BadImplementation, request unsupported",
};
-static int FSErrorListSize = sizeof(FSErrorList);
+#define FSErrorListSize sizeof(FSErrorList)
/* ARGSUSED */