diff options
Diffstat (limited to 'xorg-server/hw/xfree86/os-support/shared')
-rw-r--r-- | xorg-server/hw/xfree86/os-support/shared/posix_tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/hw/xfree86/os-support/shared/posix_tty.c b/xorg-server/hw/xfree86/os-support/shared/posix_tty.c index fb8386022..cc12a31f2 100644 --- a/xorg-server/hw/xfree86/os-support/shared/posix_tty.c +++ b/xorg-server/hw/xfree86/os-support/shared/posix_tty.c @@ -112,7 +112,7 @@ GetBaud (int baudrate) } int -xf86OpenSerial (pointer options) +xf86OpenSerial (XF86OptionPtr options) { struct termios t; int fd, i; @@ -185,7 +185,7 @@ xf86OpenSerial (pointer options) } int -xf86SetSerial (int fd, pointer options) +xf86SetSerial (int fd, XF86OptionPtr options) { struct termios t; int val; |