~ubuntu-branches/ubuntu/maverick/ltspfs/maverick

« back to all changes in this revision

Viewing changes to src/ltspfs.c

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2009-03-09 11:06:13 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309110613-ql1crsu7n730it1t
Tags: 0.5.10-0ubuntu1
* New upstream version (0.5.10):
 * Code cleanup
 * Fix localdevices with recent udev (LP: #335767)
 * Fix ltspfsmounter for localapps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * ltspfs: a FUSE module for implementing a diskless thin client filesysem
3
3
 * to be used for local device access.
4
4
 *
5
 
 * Copyright 2005, Scott Balneaves
6
 
 * This file is licensed under the GNU GPL.  Please see the "Copying" file
7
 
 * for details.
 
5
 * Copyright Scott Balneaves, sbalneav@ltsp.org, 2005, 2006, 2007
 
6
 
 
7
 * This program is free software; you can redistribute it and/or
 
8
 * modify it under the terms of the GNU General Public License as
 
9
 * published by the Free Software Foundation; either version 2 of the
 
10
 * License, or (at your option) any later version.
 
11
 
 
12
 * This program is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 * GNU General Public License for more details.
 
16
 
 
17
 * You should have received a copy of the GNU General Public License
 
18
 * along with this program.  If not, you can find it on the World Wide
 
19
 * Web at http://www.gnu.org/copyleft/gpl.html, or write to the Free
 
20
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 
21
 * MA 02110-1301, USA.
 
22
 
8
23
 */
9
24
 
10
25
#include <stdio.h>