summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt>2022-02-22 17:35:01 +0000
committerderaadt <deraadt>2022-02-22 17:35:01 +0000
commite8d6d53a7b4af435806fefa5c9f6cef4387f3451 (patch)
tree462699027af9492b7d4cfe3553cf0c7f0a36ecb1
parentd54b18ca2bb1383b120e920412e1a7340c4b1416 (diff)
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--procname.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/procname.c b/procname.c
index b2cba1c2..7c0872fd 100644
--- a/procname.c
+++ b/procname.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>