ChangeLog, uuidP.h:

uuidP.h: Use asm/types.h instead of linux/types.h to avoid a problem
  caused by glibc hack to prevent linux/types.h from being included.
bitmap-optimize
Theodore Ts'o 1998-04-27 01:28:13 +00:00
parent d9e70c949a
commit 91b2c42bdb
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1998-04-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
* uuidP.h: Use asm/types.h instead of linux/types.h to avoid a
problem caused by glibc hack to prevent linux/types.h from
being included.
1998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Change to use new installation directory variables

View File

@ -10,7 +10,7 @@
*/
#include <sys/types.h>
#include <linux/types.h>
#include <asm/types.h>
#include "uuid.h"