php4 updated to 4.4.1 - critical security update, all 4.[34] users
[pkgsrcv2.git] / news / nn / patches / patch-ba
1 $NetBSD$
2
3 --- term.c.orig Sun Jun 16 01:54:33 2002
4 +++ term.c      Sun Jul  7 21:33:10 2002
5 @@ -42,9 +42,9 @@
6  #  include <termio.h>
7  # endif        /* USE_TERMCAP */
8  #else
9 -#ifndef __FreeBSD__
10 +#ifndef HAVE_TERMIOS_H
11  # include <sgtty.h>
12 -#endif /* __FreeBSD__ */
13 +#endif /* HAVE_TERMIOS_H */
14  #endif
15  
16  #ifdef SYSV_RESIZING
17 @@ -401,6 +401,12 @@
18  #endif /* FAKE_INTERRUPT */
19  
20  static unsigned sp_table[] = {
21 +#ifdef B115200
22 +    B115200, 11520,
23 +#endif
24 +#ifdef B57600
25 +    B57600, 5760,
26 +#endif
27      B9600, 960,
28  #ifdef B19200
29      B19200, 1920,