1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/xklock/files/patch-ac
Steve Price 8b977e94cc - Support CC/CFLAGS/X11BASE properly
- Fix pkg-plist
- Use own do-install target

PR:		24552
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-02-26 04:21:12 +00:00

12 lines
355 B
Plaintext

--- xklock.c.orig Tue Jan 23 04:57:50 2001
+++ xklock.c Tue Jan 23 04:58:35 2001
@@ -74,7 +74,7 @@
#ifdef SHADOW
static struct spwd *user_spwd;
#endif
-static char root_password[32], user_password[32];
+static char root_password[_PASSWORD_LEN], user_password[_PASSWORD_LEN];
static char *option_name[] = {
"-d", /* 0 */
"-foreground", /* 1 */