fix thinko in previous entry

This commit is contained in:
Doug Evans 2009-09-15 23:30:37 +00:00
parent bf0275b1b5
commit 5b81ce52a3
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@
* configure.ac (sim_hwflags): Use AC_DEFINE to define HAVE_UNION_SEMUN.
* configure: Regenerate.
* config.in: Regenerate.
* hw_sem.c: #include "config.h".
(HAVE_UNION_SEMUN): Renamed from HAS_UNION_SEMUN.
* hw_sem.c: (HAVE_UNION_SEMUN): Renamed from HAS_UNION_SEMUN.
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>