X-Git-Url: https://ruderich.org/simon/gitweb/?p=wall-notify%2Fwall-notify.git;a=blobdiff_plain;f=src%2Fwall-notify.c;fp=src%2Fwall-notify.c;h=e0d556db1386387e567bcb7967cb0fe9f1e213fb;hp=0e77e97ecce2d8638fd91ec27cc83a88d6cec8ba;hb=64d269e5e5984a1c252bfc67d7a84fb6e4b00f74;hpb=0e35e54eeb6b63a34b20fe6068b914f65841e151 diff --git a/src/wall-notify.c b/src/wall-notify.c index 0e77e97..e0d556d 100644 --- a/src/wall-notify.c +++ b/src/wall-notify.c @@ -169,11 +169,11 @@ static int set_utmpx(short type, int ptm) { static int login(int ptm) { #if defined(USE_UTEMPTER) int result = utempter_add_record(ptm, NULL); - /* Exit value of utempter_*() is not correct on all systems, e.g. - * FreeBSD() always returns 0. Checking the utmpx database manually is - * difficult because we don't know the exact values for ut_id and ut_line, - * therefore we only check the return value on systems known to return a - * useful value. */ + /* Exit value of utempter_*() is not correct on all systems, e.g. FreeBSD + * always returns 0. Checking the utmpx database manually is difficult + * because we don't know the exact values for ut_id and ut_line, therefore + * we only check the return value on systems known to return a useful + * value. */ # ifndef __linux result = 1; # endif