aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/files/patch-modules_extfs-method.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs/files/patch-modules_extfs-method.c')
-rw-r--r--devel/gnome-vfs/files/patch-modules_extfs-method.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gnome-vfs/files/patch-modules_extfs-method.c b/devel/gnome-vfs/files/patch-modules_extfs-method.c
deleted file mode 100644
index 129e9c4e131e..000000000000
--- a/devel/gnome-vfs/files/patch-modules_extfs-method.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/extfs-method.c.orig Thu Aug 12 20:04:05 2004
-+++ modules/extfs-method.c Thu Aug 12 20:06:20 2004
-@@ -61,7 +61,7 @@
-
-
- static ssize_t
--getdelim (char **lineptr, size_t n, int terminator, FILE *stream)
-+getdelim (char **lineptr, size_t *n, int terminator, FILE *stream)
- {
- char *line, *p;
- size_t size, copy;