[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#431365: glibc: should define _IOT__IOTBASE_unsigned/size_t on hurd-i386



Package: glibc
Severity: important
tags: patch

Hi,

Some packages currently FTBFS because bits/ioctls.h headers doesn't
define _IOT__IOTBASE_unsigned and _IOT__IOTBASE_size_t. Here is a patch

Samuel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-xen
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Index: sysdeps/mach/hurd/bits/ioctls.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/bits/ioctls.h,v
retrieving revision 1.8
diff -u -p -r1.8 ioctls.h
--- sysdeps/mach/hurd/bits/ioctls.h	7 Jan 2006 23:29:39 -0000	1.8
+++ sysdeps/mach/hurd/bits/ioctls.h	1 Jul 2007 22:26:21 -0000
@@ -112,6 +112,8 @@ enum __ioctl_datum { IOC_8, IOC_16, IOC_
 #define	_IOT__IOTBASE_int	_IOT_SIMPLE (int)
 #define	_IOT__IOTBASE_char	_IOT_SIMPLE (char)
 #define	_IOT__IOTBASE_short	_IOT_SIMPLE (short)
+#define	_IOT__IOTBASE_unsigned	_IOT_SIMPLE (unsigned)
+#define	_IOT__IOTBASE_size_t	_IOT_SIMPLE (size_t)
 
 
 /* Standard flavors of ioctls.

Reply to: