aboutsummaryrefslogtreecommitdiff
path: root/audio/gsi/files/patch-lib::gsif::io.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gsi/files/patch-lib::gsif::io.c')
-rw-r--r--audio/gsi/files/patch-lib::gsif::io.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/gsi/files/patch-lib::gsif::io.c b/audio/gsi/files/patch-lib::gsif::io.c
deleted file mode 100644
index 999a52dec64f..000000000000
--- a/audio/gsi/files/patch-lib::gsif::io.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- lib/gsif/io.c.orig Sat Jan 10 22:22:35 2004
-+++ lib/gsif/io.c Sat Jan 10 22:21:32 2004
-@@ -80,7 +80,7 @@
- fint = gsif_swap_int16(i);
- status = write (fd, &fint, 2);
- #else
-- fint = val;
-+ fint = i;
- status = write (fd, &fint, 2);
- #endif
- if (status != 2) (*s) = status;