From 40a77284e5158e51e1099b09c50f79a3abe381b5 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 8 Sep 2005 06:00:56 +0000 Subject: * merged a patch from Takahiro Kambe to support DragonFly BSD. [ruby-dev:26984] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/pty.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/pty') diff --git a/ext/pty/pty.c b/ext/pty/pty.c index 82c82f1668..b946fc8380 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -103,8 +103,6 @@ char *MasterDevice = "/dev/pty%s", static char SlaveName[DEVICELEN]; -extern int errno; - #ifndef HAVE_SETEUID # ifdef HAVE_SETREUID # define seteuid(e) setreuid(-1, (e)) -- cgit v1.2.3