diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-12 00:48:41 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-12 00:48:41 +0000 |
commit | 033ecd2611f66a754ee31dd90f3266971343d50f (patch) | |
tree | 9b58d1f53774c7145bbb8a8742f9bbaef66879c8 /japanese/xklock/files/patch-ac | |
parent | Add yet another Sunsite mirror in Germany. (diff) |
Remove xklock port. It has been forbidden for 20 months.
Notes
Notes:
svn path=/head/; revision=67837
Diffstat (limited to 'japanese/xklock/files/patch-ac')
-rw-r--r-- | japanese/xklock/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/xklock/files/patch-ac b/japanese/xklock/files/patch-ac deleted file mode 100644 index 0b6095d3abff..000000000000 --- a/japanese/xklock/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 */ |