]> mj.ucw.cz Git - libucw.git/commitdiff
Moved oid_t to sherlock.h.
authorMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 11:54:10 +0000 (11:54 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 11:54:10 +0000 (11:54 +0000)
lib/config.h

index f83122f0cecd6b34a8587c7ebbff40ff7ac3772f..8411bae746ef77ab54216b22c96f36fccfc33e76 100644 (file)
@@ -35,6 +35,5 @@ typedef unsigned int sh_time_t;               /* Timestamp */
 #endif
 
 typedef s64 sh_off_t;                  /* FIXME */
-typedef u32 oid_t;                     /* Object ID */  /* FIXME */
 
 #endif