~ubuntu-branches/ubuntu/vivid/parted/vivid

« back to all changes in this revision

Viewing changes to lib/strndup.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-07-21 10:23:16 UTC
  • mfrom: (7.2.32 sid)
  • Revision ID: package-import@ubuntu.com-20140721102316-jsyv3yzmbo8vlde5
Tags: 3.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- buffer-read-only: t -*- vi: set ro: */
2
 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
3
1
/* A replacement function, for systems that lack strndup.
4
2
 
5
 
   Copyright (C) 1996, 1997, 1998, 2001, 2002, 2003, 2005, 2006, 2007, 2009,
6
 
   2010 Free Software Foundation, Inc.
 
3
   Copyright (C) 1996-1998, 2001-2003, 2005-2007, 2009-2012 Free Software
 
4
   Foundation, Inc.
7
5
 
8
6
   This program is free software; you can redistribute it and/or modify it
9
7
   under the terms of the GNU General Public License as published by the
16
14
   GNU General Public License for more details.
17
15
 
18
16
   You should have received a copy of the GNU General Public License
19
 
   along with this program; if not, write to the Free Software Foundation,
20
 
   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
17
   along with this program; if not, see <http://www.gnu.org/licenses/>.  */
21
18
 
22
19
#include <config.h>
23
20