aboutsummaryrefslogtreecommitdiff
path: root/passwd.c
diff options
context:
space:
mode:
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