~ubuntu-branches/ubuntu/oneiric/openafs/oneiric-201305130334

« back to all changes in this revision

Viewing changes to src/xstat/xstat_fs.c

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2006-10-21 20:57:09 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061021205709-y5keam1v20qxjwwo
Tags: 1.4.2-2
Upstream fix to prevent butc segfaulting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <afs/param.h>
19
19
 
20
20
RCSID
21
 
    ("$Header: /cvs/openafs/src/xstat/xstat_fs.c,v 1.9.2.1 2006/03/06 03:16:41 jaltman Exp $");
 
21
    ("$Header: /cvs/openafs/src/xstat/xstat_fs.c,v 1.9.2.2 2006/06/26 16:19:06 rra Exp $");
22
22
 
23
23
#include "xstat_fs.h"           /*Interface for this module */
24
24
#include <lwp.h>                /*Lightweight process package */
25
25
 
 
26
#include <afs/afsutil.h>
 
27
 
26
28
#ifdef HAVE_STRING_H
27
29
#include <string.h>
28
30
#else