summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-02-18 17:44:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-02-18 17:44:17 +0000
commit595ebdd18c265a4c1422c0660e4bda929dda1d8b (patch)
tree986ec199b2e9a0658fdb54f3743af8c95cfbf016 /tests
parent39385fd61586ec417d8a4a115c00c966ee51276f (diff)
downloadpaxutils-595ebdd18c265a4c1422c0660e4bda929dda1d8b.tar.gz
Remove setenv.h
Diffstat (limited to 'tests')
-rw-r--r--tests/genfile.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/genfile.c b/tests/genfile.c
index d097523..91cf5b4 100644
--- a/tests/genfile.c
+++ b/tests/genfile.c
@@ -1,11 +1,11 @@
/* Generate a file containing some preset patterns.
Print statistics for existing files.
- Copyright (C) 1995, 1996, 1997, 2001, 2003, 2004, 2005, 2006, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 2001, 2003, 2004, 2005, 2006, 2007,
+ 2008 Free Software Foundation, Inc.
François Pinard <pinard@iro.umontreal.ca>, 1995.
- Sergey Poznyakoff <gray@mirddin.farlep.net>, 2004, 2005, 2006.
+ Sergey Poznyakoff <gray@mirddin.farlep.net>, 2004, 2005, 2006, 2007, 2008.
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
@@ -29,7 +29,6 @@
#include <argp.h>
#include <argcv.h>
#include <getdate.h>
-#include <setenv.h>
#include <utimens.h>
#include <inttostr.h>
#include <fcntl.h>