diff options
Diffstat (limited to 'gl/strdup.c')
-rw-r--r-- | gl/strdup.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gl/strdup.c b/gl/strdup.c index 17d40d62..bebe5c8f 100644 --- a/gl/strdup.c +++ b/gl/strdup.c @@ -1,11 +1,11 @@ -/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006 Free +/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -19,13 +19,13 @@ #ifndef _LIBC # include <config.h> -/* Get specification. */ -# include "strdup.h" #endif -#include <stdlib.h> +/* Get specification. */ #include <string.h> +#include <stdlib.h> + #undef __strdup #ifdef _LIBC # undef strdup |