X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.h;h=d787564f36b7e60f41fec0b1f0b8e0e38406accc;hp=50570ee1b679d3e2183a5a8bf74bfc6b3cbda2f3;hb=b169ef85673c208ff283217e4cde2f5816e69518;hpb=f6f50d03a09d6bc423324206d274336e9905bbb4 diff --git a/osl.h b/osl.h index 50570ee1..d787564f 100644 --- a/osl.h +++ b/osl.h @@ -12,7 +12,7 @@ struct osl_object { /** Pointer to the data of the object. */ void *data; /** The object's size. */ - off_t size; + size_t size; }; /** Flags that change the internal handling of osl tables. */