gnuit-dev
[Top][All Lists]
Advanced

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

[gnuit-dev] gnuit-4.9.5: minor source code tweak for MirOS


From: Nelson H. F. Beebe
Subject: [gnuit-dev] gnuit-4.9.5: minor source code tweak for MirOS
Date: Mon, 12 Oct 2009 11:25:38 -0600 (MDT)

Several months ago, I successfully built gnuit-4.9.5 on 20+ flavors of
Unix.  Today, I tried a recent addition to our test laboratory: MirOS
(http://www.mirbsd.org/), formerly known as MirBSD, and an offshoot of
the OpenBSD development.

Compilation failed in lib/mbslen.c because of a macro expansion of the
name mbslen.  I added protecting parentheses, and the build,
validation, and installation then succeeded.  The patch is trivial:

% diff mbslen.c~ mbslen.c
29c29
< mbslen (const char *string)
---
> (mbslen) (const char *string)

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: address@hidden  -
- 155 S 1400 E RM 233                       address@hidden  address@hidden -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]