]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Might as well provide PuTTYtel for Unix. It's not much effort!
authorSimon Tatham <anakin@pobox.com>
Sat, 26 Apr 2003 14:36:48 +0000 (14:36 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 26 Apr 2003 14:36:48 +0000 (14:36 +0000)
[originally from svn r3147]

Recipe
be_nossh.c

diff --git a/Recipe b/Recipe
index 71eeb152fd7b7fdf6f1a1d768261506910b468a2..475a80d9d55c2cdfb326d8695032977193f5da7e 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 9e3b2461f0b923304cc9afcade9f46885f2223d6..90ab998714d2bd7f761f68318b6ece3733c1803c 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)
 {
 }