2004-01-29 Roland McGrath <roland@redhat.com>

* procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
	* Makefile.in (procfs.o): Add dep.
This commit is contained in:
Roland McGrath 2004-01-29 21:54:22 +00:00
parent d8679d841d
commit 199587082a
2 changed files with 265 additions and 264 deletions

View File

@ -2180,7 +2180,7 @@ proc-flags.o: proc-flags.c $(defs_h)
procfs.o: procfs.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
$(elf_bfd_h) $(gdbcmd_h) $(gdbthread_h) $(gdb_wait_h) \
$(gdb_assert_h) $(inflow_h) $(gdb_dirent_h) $(X_OK) $(gdb_stat_h) \
$(proc_utils_h) $(gregset_h)
$(proc_utils_h) $(gregset_h) $(gdb_string_h)
proc-service.o: proc-service.c $(defs_h) $(gdb_proc_service_h) $(inferior_h) \
$(symtab_h) $(target_h) $(gregset_h)
proc-why.o: proc-why.c $(defs_h) $(proc_utils_h)

File diff suppressed because it is too large Load Diff