projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db0c7e
)
(READ_UTMP_USER_PROCESS): New flag
author
Sergey Poznyakoff
<gray@gnu.org.ua>
Wed, 18 Oct 2006 13:24:37 +0000
(13:24 +0000)
committer
Sergey Poznyakoff
<gray@gnu.org.ua>
Wed, 18 Oct 2006 13:24:37 +0000
(13:24 +0000)
lib/readutmp.h
patch
|
blob
|
history
diff --git
a/lib/readutmp.h
b/lib/readutmp.h
index 8983a85a343b08cdd340508699d07d328c47c5be..dd2efbb44868dc93301c4596480514149a891542 100644
(file)
--- a/
lib/readutmp.h
+++ b/
lib/readutmp.h
@@
-202,7
+202,8
@@
enum { UT_USER_SIZE = sizeof UT_USER ((STRUCT_UTMP *) 0) };
/* Options for read_utmp. */
enum
{
- READ_UTMP_CHECK_PIDS = 1
+ READ_UTMP_CHECK_PIDS = 1,
+ READ_UTMP_USER_PROCESS = 2
};
char *extract_trimmed_name (const STRUCT_UTMP *ut);