diff options
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/files/patch-tools_win_win.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/wily/files/patch-tools_win_win.c b/editors/wily/files/patch-tools_win_win.c new file mode 100644 index 0000000..4ce3603b --- /dev/null +++ b/editors/wily/files/patch-tools_win_win.c @@ -0,0 +1,13 @@ +--- tools/win/win.c.orig Mon Dec 2 17:44:13 1996 ++++ tools/win/win.c Tue Jan 31 22:19:30 2006 +@@ -680,10 +680,6 @@ + /* e.g., on Digital UNIX or Solaris */ + + { +- extern char *ptsname(); +- extern int grantpt(); +- extern int unlockpt(); +- + master = open("/dev/ptmx", O_RDWR); + if (master < 0) { + error("open() failed" here); |