X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=compat%2Finclude%2Fbsdcompat.h;h=881f50582b725fb65987aa08e0b7b58483740751;hb=11856e771fadee7ddb9b5a613c91f562bf363da7;hp=96ce8b43ba62b2c565d6801088f7dce5d326cfa6;hpb=43ef843b59f89bb96ebec8647aa23ad43ae6789c;p=dump.git diff --git a/compat/include/bsdcompat.h b/compat/include/bsdcompat.h index 96ce8b4..881f505 100644 --- a/compat/include/bsdcompat.h +++ b/compat/include/bsdcompat.h @@ -2,10 +2,10 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 * - * $Id: bsdcompat.h,v 1.14 2001/03/20 09:14:58 stelian Exp $ + * $Id: bsdcompat.h,v 1.16 2002/01/16 09:32:14 stelian Exp $ */ #include @@ -22,7 +22,7 @@ #define MIN(a,b) ((a < b) ? a : b) #endif -#define WINO ((ino_t)1) +#define WINO 1 #define DEV_BSIZE 512 #define DEV_BSHIFT 9 #define MAXBSIZE EXT2_MAX_BLOCK_SIZE