Lines 14-19
Link Here
|
14 |
# define utmp utmpx |
14 |
# define utmp utmpx |
15 |
# define getutent getutxent |
15 |
# define getutent getutxent |
16 |
# define getutid getutxid |
16 |
# define getutid getutxid |
|
|
17 |
@@ -507,7 +509,7 @@ typedef struct fd_set { int fds_bits[1]; } fd_set; |
18 |
*/ |
19 |
|
20 |
#ifndef TERMCAP_BUFSIZE |
21 |
-# define TERMCAP_BUFSIZE 1023 |
22 |
+# define TERMCAP_BUFSIZE 1024 |
23 |
#endif |
24 |
|
25 |
#ifndef MAXPATHLEN |
17 |
@@ -524,6 +526,6 @@ |
26 |
@@ -524,6 +526,6 @@ |
18 |
/* Changing those you won't be able to attach to your old sessions |
27 |
/* Changing those you won't be able to attach to your old sessions |
19 |
* when changing those values in official tree don't forget to bump |
28 |
* when changing those values in official tree don't forget to bump |