]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
uxpty.c uses non-X/Open facilities (notably strsignal()), so don't define
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 25 Apr 2005 17:21:08 +0000 (17:21 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 25 Apr 2005 17:21:08 +0000 (17:21 +0000)
commitb0d3cceb99e3d3f1ac467839490496a29fc1938a
treedd1437dd0ecc80156a2c5f198e79e1a40f3a40ad
parent265950a800b7ab777c91d37606a0f7c970eb7f05
uxpty.c uses non-X/Open facilities (notably strsignal()), so don't define
_XOPEN_SOURCE.  We do still need _GNU_SOURCE in order to get grantpt()
on GNU systems.  This allows uxpty.c to compile on NetBSD.

[originally from svn r5675]
unix/uxpty.c