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:
committed by
waddlesplash
parent
c0daed76e1
commit
58db38ed74
@@ -34,6 +34,8 @@
|
||||
# define MAXLOGNAME 32
|
||||
#endif
|
||||
|
||||
#define NBBY 8
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user