~ubuntu-branches/ubuntu/utopic/libuser/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/scache.c

  • Committer: Bazaar Package Importer
  • Author(s): Ghe Rivero
  • Date: 2008-05-02 16:01:50 UTC
  • mfrom: (1.2.1 upstream) (3.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080502160150-cq4ayxgq4etkecut
Tags: 1:0.56.9.dfsg.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
16
 */
17
17
 
18
 
#ident "$Id: scache.c,v 1.8 2006/01/31 00:22:40 mitr Exp $"
19
 
 
20
 
#ifdef HAVE_CONFIG_H
21
 
#include "../config.h"
22
 
#endif
 
18
#include <config.h>
23
19
#include <string.h>
24
20
#include "user_private.h"
25
21
#include "internal.h"