X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstpncpy.c;h=2a5f81c581561dc2c039b31af445cb1627361709;hb=cbb4401a52ac870ccfe0fbc1e1503e4741ca8fd5;hp=445128aacd4602ffa358fdc86f5940e5114450f7;hpb=b063d68090f35feeadd0ee28d0109caa89625df0;p=gnulib.git diff --git a/lib/stpncpy.c b/lib/stpncpy.c index 445128aac..2a5f81c58 100644 --- a/lib/stpncpy.c +++ b/lib/stpncpy.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1995-1997, 2002-2003, 2005 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1995-1997, 2002-2003, 2005-2007 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. @@ -19,12 +19,10 @@ /* This is almost copied from strncpy.c, written by Torbjorn Granlund. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ -#include "stpncpy.h" +#include #ifndef weak_alias # define __stpncpy stpncpy