Fix sense of MAKE_NATICE test.

This commit is contained in:
dsl 2009-01-24 23:19:50 +00:00
parent 4802ea584f
commit b294f6c2a3
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: make_malloc.c,v 1.4 2009/01/24 23:07:48 dsl Exp $ */
/* $NetBSD: make_malloc.c,v 1.5 2009/01/24 23:19:50 dsl Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@ -26,9 +26,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef MAKE_NATIVE
#ifdef MAKE_NATIVE
#include <sys/cdefs.h>
__RCSID("$NetBSD: make_malloc.c,v 1.4 2009/01/24 23:07:48 dsl Exp $");
__RCSID("$NetBSD: make_malloc.c,v 1.5 2009/01/24 23:19:50 dsl Exp $");
#endif
#include <stdio.h>