X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fusers.c;h=768d48818fb1c7e17835860270fe02a282e15a56;hp=fc03ba2ce1e3f0d50ff45d9d43c30e6da5da07c5;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=87f8f66a84e78fd37dd2767c032ce74924d31dfd diff --git a/src/users.c b/src/users.c index fc03ba2c..768d4881 100644 --- a/src/users.c +++ b/src/users.c @@ -71,7 +71,7 @@ static int users_read(void) { endutxent(); users_submit(users); -/* #endif HAVE_GETUTXENT */ + /* #endif HAVE_GETUTXENT */ #elif HAVE_GETUTENT unsigned int users = 0; @@ -89,7 +89,7 @@ static int users_read(void) { endutent(); users_submit(users); -/* #endif HAVE_GETUTENT */ + /* #endif HAVE_GETUTENT */ #elif HAVE_LIBSTATGRAB sg_user_stats *us; @@ -109,7 +109,7 @@ static int users_read(void) { #else us->num_entries); #endif -/* #endif HAVE_LIBSTATGRAB */ + /* #endif HAVE_LIBSTATGRAB */ #else #error "No applicable input method."