From ba1c92366db6f13840715b35f496375cc958b19f Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 15 Feb 2022 03:31:17 +0000 Subject: [PATCH] remove unused and uneeded bits in a byte define posix requires a byte to be 8 bits --- sys/net/pipex_local.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/net/pipex_local.h b/sys/net/pipex_local.h index b8c51fc4c15..6d0dc4a5ac5 100644 --- a/sys/net/pipex_local.h +++ b/sys/net/pipex_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pipex_local.h,v 1.44 2022/01/02 22:36:04 jsg Exp $ */ +/* $OpenBSD: pipex_local.h,v 1.45 2022/02/15 03:31:17 jsg Exp $ */ /* * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -46,10 +46,6 @@ #define PIPEX_PPPMINLEN 5 /* minimum PPP header length is 1 and minimum ppp payload length is 4 */ -#ifndef NNBY /* usually defined on the */ -#define NNBY 8 /* number of bits of a byte */ -#endif - #define PIPEX_MPPE_NOLDKEY 64 /* should be power of two */ #define PIPEX_MPPE_OLDKEYMASK (PIPEX_MPPE_NOLDKEY - 1) -- 2.20.1