summaryrefslogtreecommitdiff
path: root/mux.c
diff options
context:
space:
mode:
authorderaadt@openbsd.org <deraadt@openbsd.org>2015-01-20 23:14:00 +0000
committerDamien Miller <djm@mindrot.org>2015-01-26 23:58:53 +1100
commit087266ec33c76fc8d54ac5a19efacf2f4a4ca076 (patch)
tree71f57bb41b61561ebaa13026d8dc5d04d9829b00 /mux.c
parent57e783c8ba2c0797f93977e83b2a8644a03065d8 (diff)
upstream commit
Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm markus
Diffstat (limited to 'mux.c')
-rw-r--r--mux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mux.c b/mux.c
index 52d478c2b..f3faaeec9 100644
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: mux.c,v 1.49 2014/12/22 07:24:11 djm Exp $ */ 1/* $OpenBSD: mux.c,v 1.50 2015/01/20 23:14:00 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -33,7 +33,6 @@
33#include "includes.h" 33#include "includes.h"
34 34
35#include <sys/types.h> 35#include <sys/types.h>
36#include <sys/param.h>
37#include <sys/stat.h> 36#include <sys/stat.h>
38#include <sys/socket.h> 37#include <sys/socket.h>
39#include <sys/un.h> 38#include <sys/un.h>