diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-10 22:18:54 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-10 22:18:54 +0000 |
| commit | 007d33500e91b61271d9374c5994f1bdf89b0890 (patch) | |
| tree | 4ab149006395f36770ace8253081628c66bfab46 /bin/test | |
| parent | 690c488d0a52f8afab17b2ee187100bf488a7da1 (diff) | |
Notes
Diffstat (limited to 'bin/test')
| -rw-r--r-- | bin/test/test.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/test/test.c b/bin/test/test.c index 59ccf33895a6..d74b299d581a 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: test.c,v 1.17 1997/02/22 14:06:25 peter Exp $ */ #ifndef lint @@ -46,9 +46,8 @@ static char const copyright[] = static char const sccsid[] = "@(#)test.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ -#include <sys/types.h> -#include <sys/stat.h> #include <sys/param.h> +#include <sys/stat.h> #include <ctype.h> #include <err.h> |
