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 | 4d0675afac3f977c5438b50c74171bc1611e28b1 (patch) | |
| tree | 0f888641a03c7ef9d7ff86f932ab9c544fe5c925 /ext/pty | |
| parent | 4ad9d4f0ef3c477f44853c4554d4bb52d8ce33b2 (diff) | |
| download | ruby-4d0675afac3f977c5438b50c74171bc1611e28b1.tar.gz ruby-4d0675afac3f977c5438b50c74171bc1611e28b1.tar.xz ruby-4d0675afac3f977c5438b50c74171bc1611e28b1.zip | |
* merged a patch from Takahiro Kambe <taca@back-street.net> to
support DragonFly BSD. [ruby-dev:26984]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pty')
| -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 82c82f166..b946fc838 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)) |
