Might as well provide PuTTYtel for Unix. It's not much effort!
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Apr 2003 14:36:48 +0000 (14:36 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Apr 2003 14:36:48 +0000 (14:36 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@3147 cda61777-01e9-0310-a592-d414129be87e

Recipe
be_nossh.c

diff --git a/Recipe b/Recipe
index 71eeb15..475a80d 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -158,6 +158,9 @@ pterm    : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
 putty    : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
          + logging uxprint settings pty uxsel be_all uxstore signal CHARSET
         + uxputty NONSSH UXSSH UXMISC logging ux_x11 UXCFG
+puttytel : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
+         + logging uxprint settings pty uxsel be_nossh uxstore signal CHARSET
+        + uxputty NONSSH UXMISC logging UXCFG
 
 plink    : [U] uxplink uxcons NONSSH UXSSH be_all logging UXMISC signal ux_x11
 
index 9e3b246..90ab998 100644 (file)
@@ -3,7 +3,6 @@
  * including ssh.
  */
 
-#include <windows.h>
 #include <stdio.h>
 #include "putty.h"
 
@@ -29,7 +28,7 @@ void random_destroy_seed(void)
 {
 }
 
-void noise_ultralight(DWORD data)
+void noise_ultralight(unsigned long data)
 {
 }