diff options
Diffstat (limited to 'libexec/comsat')
-rw-r--r-- | libexec/comsat/comsat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index eb2e1b49e87..0e4b0a5cc22 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: comsat.c,v 1.36 2009/10/27 23:59:31 deraadt Exp $ */ +/* $OpenBSD: comsat.c,v 1.37 2012/12/04 02:24:47 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -30,7 +30,6 @@ */ #include <sys/limits.h> -#include <sys/param.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/wait.h> |