Browse Source

fix misspelling of a legacy macro name in sys/param.h

master
Rich Felker 10 years ago
parent
commit
4b8f94c250
  1. 2
      include/sys/param.h

2
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

Loading…
Cancel
Save