remove unused and uneeded bits in a byte define
authorjsg <jsg@openbsd.org>
Tue, 15 Feb 2022 03:31:17 +0000 (03:31 +0000)
committerjsg <jsg@openbsd.org>
Tue, 15 Feb 2022 03:31:17 +0000 (03:31 +0000)
posix requires a byte to be 8 bits

sys/net/pipex_local.h

index b8c51fc..6d0dc4a 100644 (file)
@@ -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.
 #define        PIPEX_PPPMINLEN                 5
        /* minimum PPP header length is 1 and minimum ppp payload length is 4 */
 
-#ifndef        NNBY            /* usually defined on the <sys/types.h> */
-#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)