X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fpasswd.c;h=d331b3bb26d17e52f31ce0b4dbfd7025604374fd;hp=b0a4b8ad10d8af638aa9a800cd3cf86ed4527c20;hb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;hpb=481b95e2617b69e6fd4444432747d7e1e0c3dc85 diff --git a/driver/passwd.c b/driver/passwd.c index b0a4b8ad..d331b3bb 100644 --- a/driver/passwd.c +++ b/driver/passwd.c @@ -1,5 +1,5 @@ /* passwd.c --- verifying typed passwords with the OS. - * xscreensaver, Copyright (c) 1993-1998 Jamie Zawinski + * xscreensaver, Copyright (c) 1993-1998 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -26,6 +26,7 @@ #include #ifndef VMS # include +# include #else /* VMS */ # include "vms-pwd.h" #endif /* VMS */ @@ -170,7 +171,7 @@ get_encrypted_passwd(const char *user) } fprintf (stderr, "%s: couldn't get password of \"%s\"\n", - progname, (user ? user : "(null)")); + blurb(), (user ? user : "(null)")); return 0; } @@ -236,5 +237,4 @@ passwd_valid_p (const char *typed_passwd) Bool lock_init (int argc, char **argv) { return True; } #endif /* VMS */ - #endif /* NO_LOCKING -- whole file */