~ubuntu-branches/debian/lenny/netatalk/lenny

« back to all changes in this revision

Viewing changes to libatalk/compat/strcasecmp.c

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2005-10-07 13:46:11 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051007134611-r07qa2g67xwkp2if
Tags: 2.0.3-1ubuntu1
* debian/netatalk.init
  - run cnid_metad if CNID_METAD_RUN=yes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: strcasecmp.c,v 1.3 2001/06/29 14:14:46 rufustfirefly Exp $
 
2
 * $Id: strcasecmp.c,v 1.4 2003/02/17 01:51:08 srittau Exp $
3
3
 *
4
4
 * Copyright (c) 1987 Regents of the University of California.
5
5
 * All rights reserved.
23
23
#include "config.h"
24
24
#endif /* HAVE_CONFIG_H */
25
25
 
26
 
static int      _strcasecmp_dummy;
27
 
 
28
26
# if defined( ibm032 )
29
27
 
30
28
#include <sys/types.h>