X-Git-Url: http://erislabs.net/gitweb/?p=ckermit.git;a=blobdiff_plain;f=debian%2Fpatches%2F020_fix_ptys.patch;fp=debian%2Fpatches%2F020_fix_ptys.patch;h=f32105be519c1b226027403aa06eb0515bfa5938;hp=f32c5934eea4c2fd3b3b22eeb1710784cdfc4f9b;hb=9248460eb2d55d5aaebad34555a9f4d38544aef8;hpb=7b9b6fa5a2a73c7384eb7f9c0c88a6435d72781e diff --git a/debian/patches/020_fix_ptys.patch b/debian/patches/020_fix_ptys.patch index f32c593..f32105b 100644 --- a/debian/patches/020_fix_ptys.patch +++ b/debian/patches/020_fix_ptys.patch @@ -2,18 +2,18 @@ Description: get correct ptsname() prototype Needed along with -DHAVE_PTMX for working ptys Forwarded: email Author: Mark Wooding -Last-Update: 2012-05-08 +Last-Update: 2012-05-26 Bug-Debian: http://bugs.debian.org/660066 Index: ckermit/ckupty.c =================================================================== ---- ckermit.orig/ckupty.c 2012-05-08 04:43:50.000000000 +0100 -+++ ckermit/ckupty.c 2012-05-08 04:44:30.000000000 +0100 +--- ckermit.orig/ckupty.c 2012-05-09 23:29:20.000000000 +0100 ++++ ckermit/ckupty.c 2012-05-26 00:35:08.000000000 +0100 @@ -54,6 +54,8 @@ . HP-UX 8.00 and earlier (no vhangup or ptsname routines) */ -+#define _XOPEN_SOURCE ++#define _XOPEN_SOURCE 500 +#include #include "ckcsym.h" #include "ckcdeb.h" /* To pick up NETPTY definition */