summaryrefslogtreecommitdiff
path: root/sysutils/mtools/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mtools/patches/patch-ac')
-rw-r--r--sysutils/mtools/patches/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/mtools/patches/patch-ac b/sysutils/mtools/patches/patch-ac
deleted file mode 100644
index 43a1f533e3b..00000000000
--- a/sysutils/mtools/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2003/12/11 16:05:40 adam Exp $
-
---- floppyd.c.orig 2002-11-02 10:55:24.000000000 +0000
-+++ floppyd.c
-@@ -583,7 +583,7 @@ static uid_t getuserid(char *user)
- }
- else
- {
-- uid = 65535;
-+ uid = getuserid("nobody");
- }
-
- #if DEBUG
-@@ -609,7 +609,7 @@ static uid_t getgroupid(uid_t uid)
- }
- else
- {
-- gid = 65535;
-+ gid = getgroupid(uid);
- }
-
- #if DEBUG