~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): Vagrant Cascadian
  • Date: 2008-12-03 09:32:49 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081203093249-fe1ciun7w0m8tq9p
Tags: 0.5.7-1
* new upstream version:
  - fix bug in LOCALDEV_DENY causing USB disks to fail to mount

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 * This will improve over time, retry's are a possibility, etc.
62
62
 */
63
63
 
64
 
void timeout()
 
64
void timeout(void)
65
65
{
66
66
    close(sockfd);
67
67
    fuse_unmount(fuse_mount_point);
207
207
 * side.
208
208
 */
209
209
 
210
 
int ltspfs_sendauth()
 
210
int ltspfs_sendauth(void)
211
211
{
212
212
    XDR in, out;
213
213
    char inbuf[LTSP_MAXBUF];