Whamcloud - gitweb
ChangeLog, uuidP.h:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 27 Apr 1998 01:28:13 +0000 (01:28 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Apr 1998 01:28:13 +0000 (01:28 +0000)
  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.

lib/uuid/ChangeLog
lib/uuid/uuidP.h

index 62d9d95..9e9a4e0 100644 (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
index 69f9af9..db0a74c 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include <sys/types.h>
-#include <linux/types.h>
+#include <asm/types.h>
 
 #include "uuid.h"