diff options
Diffstat (limited to 'usr.bin/w/proc_compare.c')
-rw-r--r-- | usr.bin/w/proc_compare.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c index a2b280f9551..77be7a9e389 100644 --- a/usr.bin/w/proc_compare.c +++ b/usr.bin/w/proc_compare.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc_compare.c,v 1.14 2014/07/04 05:58:31 guenther Exp $ */ +/* $OpenBSD: proc_compare.c,v 1.15 2015/01/16 06:40:14 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -29,7 +29,7 @@ * SUCH DAMAGE. */ -#include <sys/param.h> +#include <sys/param.h> /* MAXCOMLEN */ #include <sys/proc.h> #include <sys/sysctl.h> #include <sys/time.h> |