diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-08 06:00:56 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-08 06:00:56 +0000 |
commit | 40a77284e5158e51e1099b09c50f79a3abe381b5 (patch) | |
tree | 0f888641a03c7ef9d7ff86f932ab9c544fe5c925 /ext/pty/pty.c | |
parent | f1efc08bb14af80efa44fe9a61e53654ddf48b61 (diff) |
* merged a patch from Takahiro Kambe <[email protected]> to
support DragonFly BSD. [ruby-dev:26984]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pty/pty.c')
-rw-r--r-- | ext/pty/pty.c | 2 |
1 files changed, 0 insertions, 2 deletions
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)) |