diff options
author | Juergen Lock <nox@FreeBSD.org> | 2012-08-31 21:13:05 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2012-08-31 21:13:05 +0000 |
commit | e8976e572600f9d9e3e0c80f6b15e8c26fb1ffe4 (patch) | |
tree | eea71e35c4e554b9e15174bc474cda4f6fa532bc /comms/uartlirc | |
parent | 44eccf42725b106defa99bfbfffc617a7d0dffe4 (diff) | |
download | ports-e8976e572600f9d9e3e0c80f6b15e8c26fb1ffe4.tar.gz ports-e8976e572600f9d9e3e0c80f6b15e8c26fb1ffe4.zip |
Notes
Diffstat (limited to 'comms/uartlirc')
-rw-r--r-- | comms/uartlirc/files/patch-uartlirc_tty.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/uartlirc/files/patch-uartlirc_tty.c b/comms/uartlirc/files/patch-uartlirc_tty.c new file mode 100644 index 000000000000..6aa24822df88 --- /dev/null +++ b/comms/uartlirc/files/patch-uartlirc_tty.c @@ -0,0 +1,20 @@ +--- uartlirc_tty.c.orig ++++ uartlirc_tty.c +@@ -55,7 +55,7 @@ static cn_init_t uartlirc_cninit; + static cn_term_t uartlirc_cnterm; + static cn_getc_t uartlirc_cngetc; + static cn_putc_t uartlirc_cnputc; +-#if __FreeBSD_version >= 1000000 ++#if __FreeBSD_version >= 900506 + static cn_grab_t uartlirc_cngrab; + static cn_ungrab_t uartlirc_cnungrab; + #endif +@@ -112,7 +112,7 @@ uartlirc_cnterm(struct consdev *cp) + uartlirc_term(cp->cn_arg); + } + +-#if __FreeBSD_version >= 1000000 ++#if __FreeBSD_version >= 900506 + static void + uartlirc_cngrab(struct consdev *cp) + { |