summaryrefslogtreecommitdiff
path: root/editors/wily
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-01-31 12:07:24 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-01-31 12:07:24 +0000
commit894d2d0c0762c6a270c99975ceefe8419e444196 (patch)
tree0b4398ee343fbf656eaa55ba0a48597bb1c35b68 /editors/wily
parentTrim some busted master sites and add one in. (diff)
Fix build on 4.x.
Notes
Notes: svn path=/head/; revision=154886
Diffstat (limited to 'editors/wily')
-rw-r--r--editors/wily/files/patch-tools_win_win.c13
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 000000000000..4ce3603bda6d
--- /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);