Package: ruby-sigar / 0.7.3-1

Metadata

Package Version Patches format
ruby-sigar 0.7.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
mips TIOCGETC undeclared.patch | (download)

src/sigar_getline.c | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 define tiocgetc
 On MIPS archs TIOCGETP is defined in:
 /usr/include/mips-linux-gnu/asm/ioctls.h,
 but TIOCGETC is not.
 .
 Based on powerpc and alpha architectures,
 I created a patch that fixes this issue for mips/mipsel.
Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742017

gnu89 inline.diff | (download)

include/sigar_private.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---