1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Remove stdlib.h #include added in r319844

A previous iteration of the tests I added in r319844 involved free(3), but
that attempt didn't pan out, so I switched to stack allocated buffers instead
of heap allocated ones, making the #include unnecessary.

MFC after:	1 month
MFC with:	r319844
This commit is contained in:
Enji Cooper 2017-06-12 02:38:37 +00:00
parent f56f82e00f
commit 5bf28159df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319845

View File

@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <camlib.h>
#include <atf-c.h>