freebsd-ports/sysutils/busybox/files/patch-libbb__speed_table.c
Matthias Andree 53a1994b64 New bug fixes from upstream (bumping PORTREVISION),
some fixes moved into an official upstream patch,
added patch to fix getline() related failures e.g. on 8.2-RELEASE* i386.
2011-08-28 13:59:23 +00:00

11 lines
265 B
C

--- ./libbb/speed_table.c.orig 2011-08-11 02:23:58.000000000 +0200
+++ ./libbb/speed_table.c 2011-08-28 13:00:03.000000000 +0200
@@ -10,7 +10,7 @@
#include "libbb.h"
struct speed_map {
- unsigned short speed;
+ unsigned int speed;
unsigned short value;
};