소스 검색

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

Rich Felker 8 년 전
부모
커밋
4b8f94c250
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/sys/param.h

+ 1 - 1
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