diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-01 18:30:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-01 18:30:39 +0000 |
commit | a43ab78081569419e6c61ef03c154da56a667dd8 (patch) | |
tree | 9d27b3251a03c6298aa14827691ac2399227b0e5 /bin/chio | |
parent | 380f0870e4aafdd13a6050959648e2e735f2ea56 (diff) |
i am bored enough to fix terminal space/tab uglies
Diffstat (limited to 'bin/chio')
-rw-r--r-- | bin/chio/chio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chio/chio.c b/bin/chio/chio.c index 8954ba8dda1..f9065044fec 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chio.c,v 1.5 1996/12/14 12:17:35 mickey Exp $ */ +/* $OpenBSD: chio.c,v 1.6 1997/09/01 18:29:12 deraadt Exp $ */ /* $NetBSD: chio.c,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* @@ -35,7 +35,7 @@ #include <sys/param.h> #include <sys/ioctl.h> -#include <sys/chio.h> +#include <sys/chio.h> #include <err.h> #include <errno.h> #include <fcntl.h> |