aboutsummaryrefslogtreecommitdiff
path: root/shells/fd/files/patch-dosemu.c
diff options
context:
space:
mode:
Diffstat (limited to 'shells/fd/files/patch-dosemu.c')
-rw-r--r--shells/fd/files/patch-dosemu.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/shells/fd/files/patch-dosemu.c b/shells/fd/files/patch-dosemu.c
deleted file mode 100644
index b06cd3d08a08..000000000000
--- a/shells/fd/files/patch-dosemu.c
+++ /dev/null
@@ -1,13 +0,0 @@
-Taken from: [FDclone-users:00142]
-
---- dosemu.c.orig Tue Apr 15 00:00:00 2003
-+++ dosemu.c Sat Apr 19 21:07:17 2003
-@@ -581,7 +581,7 @@
- #else
- path = lbuf;
- #endif
-- strncpy(buf, path, bufsiz);
-+ for (len = 0; len < bufsiz && path[len]; len++) buf[len] = path[len];
- return(len);
- }
-