diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-02-28 15:36:26 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-02-28 15:36:26 +0000 |
commit | 7cd4bc9208e74e6a0813ae69b0170d9176b6c164 (patch) | |
tree | b04d0fbc7599dd6126960d9c853975309a023784 /sys/arch/zaurus | |
parent | 71af85995f3ae6df691fc2b6960f64926b14979c (diff) |
fix a typoed ioctl name; ok millert@ deraadt@
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/stand/zboot/compat_linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/stand/zboot/compat_linux.h b/sys/arch/zaurus/stand/zboot/compat_linux.h index 9c60d255526..084d07140e2 100644 --- a/sys/arch/zaurus/stand/zboot/compat_linux.h +++ b/sys/arch/zaurus/stand/zboot/compat_linux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: compat_linux.h,v 1.8 2007/06/16 00:26:33 deraadt Exp $ */ +/* $OpenBSD: compat_linux.h,v 1.9 2016/02/28 15:36:25 naddy Exp $ */ /* * Copyright (c) 2005 Uwe Stuehler <uwe@bsdx.de> @@ -66,7 +66,7 @@ struct proc; #define CS8 LINUX_CS8 #define TIOCGETA LINUX_TCGETS -#define TIOCSETA LINUX_TCGETS +#define TIOCSETA LINUX_TCSETS #define TIOCSETAW LINUX_TCSETSW #define TIOCSETAF LINUX_TCSETSF |