aboutsummaryrefslogtreecommitdiff
path: root/passwd.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-12 20:41:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-12 20:41:54 +0000
commit1b8c2838a308ac7536362a219f710c244fe529b9 (patch)
tree62435bd3147fc08974507d3f72f542050e6a4df2 /passwd.c
parentdda26b130c1aa944bc042095677b2245c722e7ba (diff)
turned passwd.c into group.c; fixed error message wording; added group/gid abstractions
svn path=/trunk/externals/hcs/; revision=5202
Diffstat (limited to 'passwd.c')
-rw-r--r--passwd.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/passwd.c b/passwd.c
index bb0a020..8289818 100644
--- a/passwd.c
+++ b/passwd.c
@@ -38,13 +38,8 @@
#endif
#include <string.h>
-/*
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/errno.h>
-*/
-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