1 2 3 4 5 6 7 8 9 10 11
--- scanner_sample.c.orig Tue Feb 17 21:58:55 2004 +++ scanner_sample.c Tue Feb 17 21:59:01 2004 @@ -31,7 +31,7 @@ */ #include <stdio.h> -#include <malloc.h> +#include <stdlib.h> #include <sys/un.h> #include <sys/socket.h>