Remove NBBY and howmany() macros.

This commit is contained in:
Mike Barcroft 2002-09-26 16:50:51 +00:00
parent 089cf428da
commit 606e96858b

View File

@ -263,14 +263,6 @@ typedef __timer_t timer_t;
#include <sys/select.h>
/* XXX should be moved to <sys/param.h>. */
#define NBBY 8 /* number of bits in a byte */
/* XXX should be removed, since <sys/param.h> has this. */
#ifndef howmany
#define howmany(x, y) (((x) + ((y) - 1U)) / (y))
#endif
/*
* These declarations belong elsewhere, but are repeated here and in
* <stdio.h> to give broken programs a better chance of working with