summaryrefslogtreecommitdiffstats
path: root/plugins-root/pst3.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-01-31 11:52:45 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-01-31 11:52:45 (GMT)
commitedf361db3e4e4b315e51a6c9955fc4a1728c46d8 (patch)
tree369a16afd58863ae06cc4c4e570b1f7235f39d4e /plugins-root/pst3.c
parent2ce5fce834763325021d1e491f89bd253aeb8b8c (diff)
downloadmonitoring-plugins-edf361db3e4e4b315e51a6c9955fc4a1728c46d8.tar.gz
Bump plugins-root/ to GPLv3
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1920 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-root/pst3.c')
-rw-r--r--plugins-root/pst3.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c
index ace3113..bf4b40d 100644
--- a/plugins-root/pst3.c
+++ b/plugins-root/pst3.c
@@ -1,15 +1,15 @@
1/* pst3.c 1/* pst3.c
2 * 2*
3 * Third version to get process arg info; this time by using 3* Third version to get process arg info; this time by using
4 * a combination of reading the /proc/<pid>/psinfo structures 4* a combination of reading the /proc/<pid>/psinfo structures
5 * and reading the complete arg vector from kernel memory structures. 5* and reading the complete arg vector from kernel memory structures.
6 * 6*
7 * Developed and tested under Solaris 5.8 (both 32 and 64 bit modes). 7* Developed and tested under Solaris 5.8 (both 32 and 64 bit modes).
8 * 8*
9 * NOTE: This program must be setuid-root (or run by root) to work! 9* NOTE: This program must be setuid-root (or run by root) to work!
10 * 10*
11 * Written: 2005-04-28 R.W.Ingraham 11* Written: 2005-04-28 R.W.Ingraham
12 */ 12*/
13 13
14 14
15#define _KMEMUSER 1 15#define _KMEMUSER 1