diff --git a/sysdeps/stub/ChangeLog b/sysdeps/stub/ChangeLog index 7b65f2cb..fef8b03f 100644 --- a/sysdeps/stub/ChangeLog +++ b/sysdeps/stub/ChangeLog @@ -1,3 +1,7 @@ +2005-02-02 Benoît Dejean + + * procopenfiles.c: Fixed typo. Closes #166090 + 2004-12-23 Benoît Dejean * netlist.c: (glibtop_get_netlist_s): Fixed. diff --git a/sysdeps/stub/procopenfiles.c b/sysdeps/stub/procopenfiles.c index 7b23539e..222bc796 100644 --- a/sysdeps/stub/procopenfiles.c +++ b/sysdeps/stub/procopenfiles.c @@ -37,7 +37,7 @@ glibtop_init_proc_open_files_s (glibtop *server) /* Provides detailed information about a process. */ -glibtop_open_file_entry * +glibtop_open_files_entry * glibtop_get_proc_open_files_s (glibtop *server, glibtop_proc_open_files *buf, pid_t pid) { glibtop_init_s (&server, GLIBTOP_SYSDEPS_PROC_MAP, 0);