[BRLTTY] Re: convertWCharToChar and other symbols
    Samuel Thibault 
    samuel.thibault at ens-lyon.org
       
    Sun Feb 25 05:01:41 EST 2007
    
    
  
Hi,
Raoul MEGELAS, le Sat 24 Feb 2007 20:10:12 +0100, a écrit :
> error <malloc.h> has been replaced by stdlib.h. consider using it instead.
> other than that, all works quite fine.
Oh yes, that was old code, here is a patch.
Samuel
-------------- next part --------------
Index: BrailleDrivers/VisioBraille/vstp_transfer.c
===================================================================
--- BrailleDrivers/VisioBraille/vstp_transfer.c	(révision 2924)
+++ BrailleDrivers/VisioBraille/vstp_transfer.c	(copie de travail)
@@ -30,7 +30,6 @@
 #include <string.h>
 #include <ctype.h>
 #include <errno.h>
-#include <malloc.h>
 #include <fcntl.h>
 #include <sys/stat.h>
 
Index: BrailleDrivers/VisioBraille/vstp_main.c
===================================================================
--- BrailleDrivers/VisioBraille/vstp_main.c	(révision 2924)
+++ BrailleDrivers/VisioBraille/vstp_main.c	(copie de travail)
@@ -27,7 +27,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <signal.h>
-#include <malloc.h>
 #include "Programs/brlapi.h"
 #include "vstp.h"
 
    
    
More information about the BRLTTY
mailing list