From: Rich Felker Date: Thu, 20 Oct 2016 21:01:56 +0000 (-0400) Subject: fix misspelling of a legacy macro name in sys/param.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=4b8f94c2501e6fea3db631b73b0c91e34e2134cf;p=musl fix misspelling of a legacy macro name in sys/param.h --- diff --git a/include/sys/param.h b/include/sys/param.h index 344c0d23..ce6b8019 100644 --- a/include/sys/param.h +++ b/include/sys/param.h @@ -7,7 +7,7 @@ #define MAXPATHLEN 4096 #define NBBY 8 #define NGROUPS 32 -#define CANBSIZE 255 +#define CANBSIZ 255 #define NOFILE 256 #define NCARGS 131072 #define DEV_BSIZE 512