Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 0/6] Build with musl libc
@ 2011-06-08 22:52 Josiah Worcester
  2011-06-08 22:52 ` [PATCH 1/6] fdisk, display, hexdump.h: Use standard C types instead of u_int, u_char, u_long, etc Josiah Worcester
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Josiah Worcester @ 2011-06-08 22:52 UTC (permalink / raw)
  To: util-linux; +Cc: Josiah Worcester

I was trying to build util-linux with the musl libc (http://www.etalabs.net/musl/),
and found that a few patches were needed. These seem to just be some minor cleanups
in most cases. I'm a bit dubious of the hwclock patch, though, as it seems at least
a little bit hackish.

Josiah Worcester (6):
  fdisk, display, hexdump.h: Use standard C types instead of u_int,
    u_char, u_long, etc.
  fsck, checktty, flock: Use more portable includes.
  checktty: Use NGROUPS_MAX instead of NGROUPS
  lib/tt.c: Fix mbs_width macro for systems without WIDECHAR    
  test_sysinfo: Use CHAR_BIT*sizeof(void*) instead of __WORDSIZE.
  hwclock: Don't use asm/io.h if sys/io.h can't be found

 fdisk/fdiskbsdlabel.c        |   34 +++++++++++++++++-----------------
 fsck/fsck.c                  |    2 +-
 hwclock/cmos.c               |    7 ++++++-
 lib/tt.c                     |    2 +-
 login-utils/checktty.c       |    7 +++++--
 sys-utils/flock.c            |    2 ++
 tests/helpers/test_sysinfo.c |    2 +-
 text-utils/display.c         |   32 ++++++++++++++++----------------
 text-utils/hexdump.h         |    4 ++--
 9 files changed, 51 insertions(+), 41 deletions(-)

-- 
1.7.5.3


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-06-14 12:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08 22:52 [PATCH 0/6] Build with musl libc Josiah Worcester
2011-06-08 22:52 ` [PATCH 1/6] fdisk, display, hexdump.h: Use standard C types instead of u_int, u_char, u_long, etc Josiah Worcester
2011-06-08 22:52 ` [PATCH 2/6] fsck, checktty, flock: Use more portable includes Josiah Worcester
2011-06-08 22:52 ` [PATCH 3/6] checktty: Use NGROUPS_MAX instead of NGROUPS Josiah Worcester
2011-06-09 19:31   ` Sami Kerola
2011-06-08 22:52 ` [PATCH 4/6] lib/tt.c: Fix mbs_width macro for systems without WIDECHAR Josiah Worcester
2011-06-08 22:52 ` [PATCH 5/6] test_sysinfo: Use CHAR_BIT*sizeof(void*) instead of __WORDSIZE Josiah Worcester
2011-06-08 22:52 ` [PATCH 6/6] hwclock: Don't use asm/io.h if sys/io.h can't be found Josiah Worcester
2011-06-09  0:58   ` Mike Frysinger
2011-06-14 12:26     ` Karel Zak
2011-06-14 12:24 ` [PATCH 0/6] Build with musl libc Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox