diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-04-09 17:09:42 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-04-09 17:09:42 +0000 |
commit | 8c52a70b6445aa8bc29f242599f50e5f52f1078f (patch) | |
tree | cb0ac2c9c8beabcd70c390cafeb832a25c90fbd9 /emulators/qemu/files/patch-hw-usb.c | |
parent | - Update to 1.0b6 (diff) |
Update to 2006-04-08 snapshot.
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=159220
Diffstat (limited to 'emulators/qemu/files/patch-hw-usb.c')
-rw-r--r-- | emulators/qemu/files/patch-hw-usb.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/qemu/files/patch-hw-usb.c b/emulators/qemu/files/patch-hw-usb.c deleted file mode 100644 index 50f6fc884a7a..000000000000 --- a/emulators/qemu/files/patch-hw-usb.c +++ /dev/null @@ -1,11 +0,0 @@ -# 1.4 -Index: qemu/hw/usb.c -@@ -183,7 +183,7 @@ - - q = buf; - len = strlen(str); -- *q++ = 2 * len + 1; -+ *q++ = 2 * len + 2; - *q++ = 3; - for(i = 0; i < len; i++) { - *q++ = str[i]; |