diff options
Diffstat (limited to 'sbin/atactl/atactl.c')
| -rw-r--r-- | sbin/atactl/atactl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/atactl/atactl.c b/sbin/atactl/atactl.c index aa5479bd773..8d6263a81e3 100644 --- a/sbin/atactl/atactl.c +++ b/sbin/atactl/atactl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atactl.c,v 1.44 2011/05/04 21:40:07 oga Exp $ */ +/* $OpenBSD: atactl.c,v 1.45 2015/01/16 06:39:56 deraadt Exp $ */ /* $NetBSD: atactl.c,v 1.4 1999/02/24 18:49:14 jwise Exp $ */ /*- @@ -34,7 +34,7 @@ * atactl(8) - a program to control ATA devices. */ -#include <sys/param.h> +#include <sys/param.h> /* DEV_BSIZE */ #include <sys/ioctl.h> #include <err.h> |
