summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc
diff options
context:
space:
mode:
authorotto <>2017-01-24 16:03:28 +0000
committerotto <>2017-01-24 16:03:28 +0000
commit34aab239d9c3446fa0c77376bc7993ff23ff0eed (patch)
tree0c8657c0423dfdb4ec56ed64917771c8a28e45d9 /src/regress/lib/libc
parent37a34f32167b799e3c1fd47ef61c2f1dde0131b6 (diff)
downloadopenbsd-34aab239d9c3446fa0c77376bc7993ff23ff0eed.tar.gz
openbsd-34aab239d9c3446fa0c77376bc7993ff23ff0eed.tar.bz2
openbsd-34aab239d9c3446fa0c77376bc7993ff23ff0eed.zip
fix make clean and warnings
Diffstat (limited to 'src/regress/lib/libc')
-rw-r--r--src/regress/lib/libc/malloc/malloc_general/Makefile3
-rw-r--r--src/regress/lib/libc/malloc/malloc_general/malloc_general.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_general/Makefile b/src/regress/lib/libc/malloc/malloc_general/Makefile
index ad6b6dcfbe..a0ee823bbe 100644
--- a/src/regress/lib/libc/malloc/malloc_general/Makefile
+++ b/src/regress/lib/libc/malloc/malloc_general/Makefile
@@ -1,6 +1,7 @@
1# $OpenBSD: Makefile,v 1.2 2017/01/24 15:32:20 otto Exp $ 1# $OpenBSD: Makefile,v 1.3 2017/01/24 16:03:28 otto Exp $
2 2
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
4PROG= malloc_general
4 5
5.include <bsd.regress.mk> 6.include <bsd.regress.mk>
6 7
diff --git a/src/regress/lib/libc/malloc/malloc_general/malloc_general.c b/src/regress/lib/libc/malloc/malloc_general/malloc_general.c
index 3458b64c2a..51bfb03a34 100644
--- a/src/regress/lib/libc/malloc/malloc_general/malloc_general.c
+++ b/src/regress/lib/libc/malloc/malloc_general/malloc_general.c
@@ -15,6 +15,7 @@
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */ 16 */
17 17
18#include <err.h>
18#include <stdio.h> 19#include <stdio.h>
19#include <stdlib.h> 20#include <stdlib.h>
20#include <string.h> 21#include <string.h>