(Fnetwork_interface_info): Fix pointer signedness.
(process_send_signal): Add cast to avoid pointer signedness problem.
(FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
- (create_process): Use 'volatile' to avoid vfork clobbering.
+ (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
2011-03-19 Paul Eggert <eggert@cs.ucla.edu>
* region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
- * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
+ * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
+ clobbering (Bug#8298).
* sysdep.c (sys_subshell): Likewise.
Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.