diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pty.c | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -141,6 +141,7 @@ char *ptsname(int); int unlockpt(int); int grantpt(int); +int posix_openpt(int flags); #endif static void diff --git a/src/version.c b/src/version.c index 7bf4907e8..675c82faa 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1229, +/**/ 1228, /**/ 1227, |