diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-15 02:44:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-15 02:44:11 +0000 |
commit | 1b5bb5c05ad4b9eac3e9fb643b520270ec8f8f87 (patch) | |
tree | 88122bc30ebbbba34e65f9a64c20fd5da9788b27 /lib | |
parent | 1df37f767c38511c05905f1a5b14dc887b6ac353 (diff) | |
download | coreutils-1b5bb5c05ad4b9eac3e9fb643b520270ec8f8f87.tar.xz |
update FSF address in copyright and remove any trailing blanks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xstrdup.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/xstrdup.c b/lib/xstrdup.c index da39db3e3..6ce9ac013 100644 --- a/lib/xstrdup.c +++ b/lib/xstrdup.c @@ -12,10 +12,14 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#if defined(USG) || defined(STDC_HEADERS) +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#if defined(STDC_HEADERS) || defined(HAVE_STRING_H) #include <string.h> #else #include <strings.h> |