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 344c0d234ba559d4c648ee0c365c24e46b90642e..ce6b801980c10bdd1a104a7250d13e59d809942d 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