X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Freadutmp.h;h=a0aeec25f3a1293d1da9c8f8630fe24ac75658da;hb=a3984e06bca84a7654624dd754a7c4c7a5a39a59;hp=1e43a31e84dad5fad2ccd37638a9f92d810331d6;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/readutmp.h b/lib/readutmp.h index 1e43a31e8..a0aeec25f 100644 --- a/lib/readutmp.h +++ b/lib/readutmp.h @@ -197,9 +197,9 @@ enum { UT_USER_SIZE = sizeof UT_USER ((STRUCT_UTMP *) 0) }; # define UT_TYPE_USER_PROCESS(U) 0 # endif -# define IS_USER_PROCESS(U) \ - (UT_USER (U)[0] \ - && (UT_TYPE_USER_PROCESS (U) \ +# define IS_USER_PROCESS(U) \ + (UT_USER (U)[0] \ + && (UT_TYPE_USER_PROCESS (U) \ || (UT_TYPE_NOT_DEFINED && UT_TIME_MEMBER (U) != 0))) /* Options for read_utmp. */ @@ -211,6 +211,6 @@ enum char *extract_trimmed_name (const STRUCT_UTMP *ut); int read_utmp (char const *file, size_t *n_entries, STRUCT_UTMP **utmp_buf, - int options); + int options); #endif /* __READUTMP_H__ */