X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fbfile.c;h=0bb409ee462cc9eb04d6dea7b74d3eb748117f6c;hb=9d9266bfed4daa001a3f038f0d5b6e8c51a37373;hp=3006249b2446bc54e3ea77589ecf84746d066978;hpb=30bb91a2915de98455a8f7a5af5c087239f22203;p=idzebra-moved-to-github.git diff --git a/bfile/bfile.c b/bfile/bfile.c index 3006249..0bb409e 100644 --- a/bfile/bfile.c +++ b/bfile/bfile.c @@ -1,5 +1,5 @@ -/* $Id: bfile.c,v 1.46 2006-05-05 09:14:02 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: bfile.c,v 1.48 2006-08-14 10:40:05 adam Exp $ + Copyright (C) 1995-2006 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #include @@ -454,3 +454,11 @@ int bfs_shadow_directory_stat(BFiles bfs, int no, const char **directory, return mf_area_directory_stat(bfs->commit_area, no, directory, used_bytes, max_bytes); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +