[Linux-decnet-commit] CVS: dnprogs/dapfs dapfs.c,1.26,1.27
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Christine C. <chr...@us...> - 2010-10-05 08:24:53
|
Update of /cvsroot/linux-decnet/dnprogs/dapfs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28941/dapfs Modified Files: dapfs.c Log Message: Build against FUSE version 25 Index: dapfs.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dapfs/dapfs.c,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** dapfs.c 26 Apr 2008 13:37:18 -0000 1.26 --- dapfs.c 5 Oct 2010 08:24:43 -0000 1.27 *************** *** 1,4 **** /****************************************************************************** ! (c) 2005-2008 Christine Caulfield chr...@gm... This program is free software; you can redistribute it and/or modify --- 1,4 ---- /****************************************************************************** ! (c) 2005-2010 Christine Caulfield chr...@gm... This program is free software; you can redistribute it and/or modify *************** *** 19,23 **** #define _FILE_OFFSET_BITS 64 ! #define FUSE_USE_VERSION 22 #include <fuse.h> --- 19,23 ---- #define _FILE_OFFSET_BITS 64 ! #define FUSE_USE_VERSION 25 #include <fuse.h> |