--- ./client/smbmount.c.orig 2004-11-29 19:01:01.927182208 +0100 +++ ./client/smbmount.c 2004-11-29 19:01:36.032997336 +0100 @@ -24,6 +24,11 @@ #include #include +/* for linux-2.6.9, from linux/types.h */ +# include +# ifndef pgoff_t +# define pgoff_t unsigned long +# endif #include extern BOOL in_client; --- ./client/smbumount.c.orig 2004-11-29 19:02:59.018381640 +0100 +++ ./client/smbumount.c 2004-11-29 19:03:24.708476152 +0100 @@ -11,6 +11,11 @@ #include #include +/* for linux-2.6.9, from linux/types.h */ +# include +# ifndef pgoff_t +# define pgoff_t unsigned long +# endif #include #include #include