From 1b8c2838a308ac7536362a219f710c244fe529b9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 12 Jun 2006 20:41:54 +0000 Subject: turned passwd.c into group.c; fixed error message wording; added group/gid abstractions svn path=/trunk/externals/hcs/; revision=5202 --- passwd.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'passwd.c') diff --git a/passwd.c b/passwd.c index bb0a020..8289818 100644 --- a/passwd.c +++ b/passwd.c @@ -38,13 +38,8 @@ #endif #include -/* -#include -#include -#include -*/ -static char *version = "$Revision: 1.1 $"; +static char *version = "$Revision: 1.2 $"; t_int passwd_instance_count; @@ -78,7 +73,7 @@ static void passwd_output(t_passwd *x) #else if( x->x_uid < 0 ) { - post("[passwd]: ignoring UID less than zero or bad username"); + post("[passwd]: ignoring bad username or UID less than zero"); outlet_bang(x->x_status_outlet); } else -- cgit v1.2.1