Files
libgtop/sysdeps/common
Benoît Dejean 544aff2f18 Removed SUID wrappers because glibtop_proc_argv_l is a client-side
* include/glibtop/procargs.h:
	* sysdeps/common/procargs.c: (glibtop_get_proc_argv_l): Removed SUID
	wrappers because glibtop_proc_argv_l is a client-side function that wraps
	glibtop_get_proc_args.
2004-11-13 11:42:48 +00:00
..
1999-02-19 22:01:11 +00:00
2003-10-20 20:12:28 +00:00
2004-09-24 21:26:34 +00:00
2004-06-09 18:52:22 +00:00
2004-09-24 21:26:34 +00:00
2004-09-13 15:21:54 +00:00
2004-06-09 18:52:22 +00:00
2004-09-23 22:47:56 +00:00
2004-09-23 22:47:56 +00:00
2004-03-09 23:29:48 +00:00

The files fsusage.c and fsusage.h have been stolen from the GNU
Coreutils package (version 5.0) and are the actual implementation of
the fsusage function.

The only changes that have been made to these files is that some code
for SVR2 has been ripped out since it depended on some more code (SVR3
was released in 1986 and introduced shared libraries), and the
functions have been prefixed with glibtop_private to avoid name
clashes with user code.