From 0db336fe4665d3ca2e7b0f6c4fa44a32bf5aafd3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 1 May 2012 10:43:03 +0200 Subject: removed a lot of casts around off_t and size_t --- pgsql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pgsql.h') diff --git a/pgsql.h b/pgsql.h index 39c6ca7..1325be8 100644 --- a/pgsql.h +++ b/pgsql.h @@ -37,7 +37,7 @@ typedef struct PgMeta { struct timespec ctime; /* last status change time */ struct timespec mtime; /* last modification time */ struct timespec atime; /* last access time */ - int parent_id; /* id/inode_no of parenting directory */ + int64_t parent_id; /* id/inode_no of parenting directory */ } PgMeta; /* --- transaction management and policies --- */ -- cgit v1.2.3-54-g00ecf