projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e8392
)
fix misspelling of a legacy macro name in sys/param.h
author
Rich Felker
<dalias@aerifal.cx>
Thu, 20 Oct 2016 21:01:56 +0000
(17:01 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 20 Oct 2016 21:01:56 +0000
(17:01 -0400)
include/sys/param.h
patch
|
blob
|
history
diff --git
a/include/sys/param.h
b/include/sys/param.h
index 344c0d234ba559d4c648ee0c365c24e46b90642e..ce6b801980c10bdd1a104a7250d13e59d809942d 100644
(file)
--- a/
include/sys/param.h
+++ b/
include/sys/param.h
@@
-7,7
+7,7
@@
#define MAXPATHLEN 4096
#define NBBY 8
#define NGROUPS 32
-#define CANBSIZ
E
255
+#define CANBSIZ 255
#define NOFILE 256
#define NCARGS 131072
#define DEV_BSIZE 512