diff options
author | Martin Baulig <martin@home-of-linux.org> | 1998-12-09 11:38:49 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-12-09 11:38:49 +0000 |
commit | 1520ee70838db2a183415aaea3ec865ff6ce13ad (patch) | |
tree | 2e1494a1ab01fa7f77422f2c990b4f5eebf605cd /sysdeps/stub_suid | |
parent | ee9812e9af80d85b1a1b016e48cd4c0c9bda381e (diff) | |
download | libgtop-1520ee70838db2a183415aaea3ec865ff6ce13ad.tar.gz |
Make the return value a `char *' instead of a `const char *'.
1998-12-09 Martin Baulig <martin@home-of-linux.org>
* include/glibtop/procargs.h (glibtop_get_proc_args): Make the
return value a `char *' instead of a `const char *'.
Diffstat (limited to 'sysdeps/stub_suid')
-rw-r--r-- | sysdeps/stub_suid/procargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub_suid/procargs.c b/sysdeps/stub_suid/procargs.c index 7d6b7764..ab527d48 100644 --- a/sysdeps/stub_suid/procargs.c +++ b/sysdeps/stub_suid/procargs.c @@ -36,7 +36,7 @@ glibtop_init_proc_args_p (glibtop *server) /* Provides detailed information about a process. */ -const char * +char * glibtop_get_proc_args_p (glibtop *server, glibtop_proc_args *buf, pid_t pid, unsigned max_len) { |