bsd/sys/param.h: add NBBY define

This defines the number of bits in a byte and is used in tnftpd.
Once this is merged, some patches to tnftpd can be removed.

Change-Id: Ie2d0c61ce1371daeeb8549281f4210147fb77197
Reviewed-on: https://review.haiku-os.org/c/1642
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Adrien Destugues
2019-07-22 23:43:04 +00:00
committed by waddlesplash
parent c0daed76e1
commit 58db38ed74
+2
View File
@@ -34,6 +34,8 @@
# define MAXLOGNAME 32
#endif
#define NBBY 8
#endif