summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2016-01-29 16:10:48 +0000
committermmcc <mmcc@openbsd.org>2016-01-29 16:10:48 +0000
commit2dfa99c59d66c8aa9e2bdd6072ae7a4fd81fd21f (patch)
tree507ff17a4d6b9d43bdb19867b452554b25c686ef
parentMove the AUDIO_GETDEV ioctl in its own routine. (diff)
downloadwireguard-openbsd-2dfa99c59d66c8aa9e2bdd6072ae7a4fd81fd21f.tar.xz
wireguard-openbsd-2dfa99c59d66c8aa9e2bdd6072ae7a4fd81fd21f.zip
remove unneeded CHAR_BIT macro
from Michael Reed
-rw-r--r--usr.bin/less/less.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/less/less.h b/usr.bin/less/less.h
index 9a0946489dc..0ac7e26e499 100644
--- a/usr.bin/less/less.h
+++ b/usr.bin/less/less.h
@@ -53,10 +53,6 @@
#define OPT_ON 1
#define OPT_ONPLUS 2
-#ifndef CHAR_BIT
-#define CHAR_BIT 8
-#endif
-
/*
* Special types and constants.
*/