~ubuntu-branches/ubuntu/edgy/curl/edgy

« back to all changes in this revision

Viewing changes to lib/memdebug.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-07-26 19:03:01 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050726190301-x2m2vmjgc8fwnic5
Tags: 7.14.0-2ubuntu1
Synchronize with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 *                            | (__| |_| |  _ <| |___
7
7
 *                             \___|\___/|_| \_\_____|
8
8
 *
9
 
 * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
 
9
 * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
10
10
 *
11
11
 * This software is licensed as described in the file COPYING, which
12
12
 * you should have received as part of this distribution. The terms
19
19
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20
20
 * KIND, either express or implied.
21
21
 *
22
 
 * $Id: memdebug.c,v 1.46 2004/10/13 19:11:46 giva Exp $
 
22
 * $Id: memdebug.c,v 1.47 2005/03/31 07:02:03 bagder Exp $
23
23
 ***************************************************************************/
24
24
 
25
25
#include "setup.h"