comparison src/mac.c @ 57397:8434603cae5b

config.in (HAVE_MALLOC_MALLOC_H): Regenerate macterm.c (mac_check_for_quit_char): Remove warning for using NULL where 0 should be used unexmacosx.c: Use malloc/malloc.h on Tiger instead of objc/malloc.h mac.c: Include time.h for Tiger compatibility
author Steven Tamm <steventamm@mac.com>
date Fri, 08 Oct 2004 18:38:17 +0000
parents 45d805d79d29
children 0867872551d9
comparison
equal deleted inserted replaced
57396:f95883a41a23 57397:8434603cae5b
22 22
23 #include <config.h> 23 #include <config.h>
24 24
25 #include <stdio.h> 25 #include <stdio.h>
26 #include <errno.h> 26 #include <errno.h>
27 #include <time.h>
27 #include <utime.h> 28 #include <utime.h>
28 #include <dirent.h> 29 #include <dirent.h>
29 #include <sys/types.h> 30 #include <sys/types.h>
30 #include <sys/stat.h> 31 #include <sys/stat.h>
31 #include <string.h> 32 #include <string.h>