diff options
author | deraadt <deraadt> | 2022-02-22 17:35:01 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-06 14:19:50 +0100 |
commit | c030d6fe362eec41ccd5a5cb21321ef8cf07314b (patch) | |
tree | 0ada0f4776a536c2934d560fde945a7891e21619 | |
parent | 046530878b351dc5d99347179f9598d0b40fa268 (diff) | |
download | rtmux-c030d6fe362eec41ccd5a5cb21321ef8cf07314b.tar.gz rtmux-c030d6fe362eec41ccd5a5cb21321ef8cf07314b.tar.bz2 rtmux-c030d6fe362eec41ccd5a5cb21321ef8cf07314b.zip |
MAXCOMLEN is no longer needed in these programs, so remove the annotation
from sys/param.h include lines, or remove the include lines entirely if
it this was the least requirement.
ok millert
-rw-r--r-- | osdep-openbsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep-openbsd.c b/osdep-openbsd.c index 54464753..1fc087d3 100644 --- a/osdep-openbsd.c +++ b/osdep-openbsd.c @@ -16,7 +16,6 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/param.h> /* MAXCOMLEN */ #include <sys/types.h> #include <sys/signal.h> #include <sys/proc.h> |