aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderaadt <deraadt>2022-02-22 17:35:01 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-04-06 14:19:50 +0100
commitc030d6fe362eec41ccd5a5cb21321ef8cf07314b (patch)
tree0ada0f4776a536c2934d560fde945a7891e21619
parent046530878b351dc5d99347179f9598d0b40fa268 (diff)
downloadrtmux-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.c1
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>