summaryrefslogtreecommitdiff
path: root/x11/kdebase/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase/patches/patch-af')
-rw-r--r--x11/kdebase/patches/patch-af11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/kdebase/patches/patch-af b/x11/kdebase/patches/patch-af
deleted file mode 100644
index e6b70985ef7..00000000000
--- a/x11/kdebase/patches/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- kscreensaver/saver.cpp.orig Thu Dec 18 00:37:25 1997
-+++ kscreensaver/saver.cpp Thu Dec 18 00:37:55 1997
-@@ -104,7 +104,7 @@
- passwd *pass;
- char salt[3];
-
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
- pass = getpwuid(getuid());
-
- if ( !strcmp( crypt( password, pass->pw_passwd), pass->pw_passwd )) {