aboutsummaryrefslogtreecommitdiff
path: root/devel/lua-pty/files/patch-pty.lua
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lua-pty/files/patch-pty.lua')
-rw-r--r--devel/lua-pty/files/patch-pty.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/lua-pty/files/patch-pty.lua b/devel/lua-pty/files/patch-pty.lua
deleted file mode 100644
index deabb00649e8..000000000000
--- a/devel/lua-pty/files/patch-pty.lua
+++ /dev/null
@@ -1,13 +0,0 @@
---- pty.lua.orig Wed Nov 29 22:38:08 2006
-+++ pty.lua Wed Nov 29 22:39:00 2006
-@@ -1,9 +1,8 @@
- -- $Id: pty.lua,v 1.2 2005/08/13 20:00:40 cpressey Exp $
- -- Lua wrapper functions for Lua 5.0.x Pty (pseudo-terminal) binding.
-
-+local Pty = require("lpty")
- module("pty")
--
--Pty = require("lpty")
-
- --[[------------]]--
- --[[ Pty.Logged ]]--