~ubuntu-branches/ubuntu/edgy/freeradius/edgy-updates

« back to all changes in this revision

Viewing changes to src/lib/missing.c

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2006-07-08 19:41:05 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708194105-2dabtaxd16o7p90g
Tags: 1.1.2-2ubuntu1
* Merge from debian unstable.
* Remove previous patches merged upstream:
  - 14_freeradius-dictionary-fix.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * missing.c    Replacements for functions that are or can be
3
3
 *              missing on some platforms.
4
4
 *
5
 
 * Version:     $Id: missing.c,v 1.12 2004/02/26 19:04:21 aland Exp $
 
5
 * Version:     $Id: missing.c,v 1.12.4.1 2006/03/15 15:37:56 nbk Exp $
6
6
 *
7
7
 *   This library is free software; you can redistribute it and/or
8
8
 *   modify it under the terms of the GNU Lesser General Public
16
16
 *
17
17
 *   You should have received a copy of the GNU Lesser General Public
18
18
 *   License along with this library; if not, write to the Free Software
19
 
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
 
19
 *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20
20
 *
21
21
 * Copyright 2000  The FreeRADIUS server project
22
22
 */
23
23
 
24
 
static const char rcsid[] = "$Id: missing.c,v 1.12 2004/02/26 19:04:21 aland Exp $";
 
24
static const char rcsid[] = "$Id: missing.c,v 1.12.4.1 2006/03/15 15:37:56 nbk Exp $";
25
25
 
26
26
#include        "autoconf.h"
27
27