1174035Sjb/*
2174035Sjb * Copyright (C) 2007 John Birrell <jb@freebsd.org>
3174035Sjb * All rights reserved.
4174035Sjb *
5174035Sjb * Redistribution and use in source and binary forms, with or without
6174035Sjb * modification, are permitted provided that the following conditions
7174035Sjb * are met:
8174035Sjb * 1. Redistributions of source code must retain the above copyright
9174035Sjb *    notice, this list of conditions and the following disclaimer.
10174035Sjb * 2. Redistributions in binary form must reproduce the above copyright
11174035Sjb *    notice, this list of conditions and the following disclaimer in the
12174035Sjb *    documentation and/or other materials provided with the distribution.
13174035Sjb *
14174035Sjb * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15174035Sjb * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16174035Sjb * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17174035Sjb * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
18174035Sjb * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19174035Sjb * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20174035Sjb * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21174035Sjb * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22174035Sjb * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23174035Sjb * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24174035Sjb * SUCH DAMAGE.
25174035Sjb *
26174035Sjb * $FreeBSD$
27174035Sjb *
28174035Sjb */
29174035Sjb
30174035Sjb#ifndef _COMPAT_OPENSOLARIS_ALLOCA_H_
31174035Sjb#define _COMPAT_OPENSOLARIS_ALLOCA_H_
32174035Sjb
33174035Sjb#include <stdlib.h>
34174035Sjb
35174035Sjb#endif
36