fix misspelling of a legacy macro name in sys/param.h
authorRich Felker <dalias@aerifal.cx>
Thu, 20 Oct 2016 21:01:56 +0000 (17:01 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 20 Oct 2016 21:01:56 +0000 (17:01 -0400)
include/sys/param.h

index 344c0d2..ce6b801 100644 (file)
@@ -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