diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-03-09 05:43:16 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-03-09 05:43:16 +0000 |
| commit | 74712ec9742f5668a837880270247c5f7e9f0769 (patch) | |
| tree | d074b96bcd99bb218d3cdd9112f28af3edfd2939 /sys/alpha/include/exec.h | |
| parent | bc01c37da59de409f56a1b8d6f86298198773e7f (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/exec.h')
| -rw-r--r-- | sys/alpha/include/exec.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sys/alpha/include/exec.h b/sys/alpha/include/exec.h new file mode 100644 index 000000000000..f0e3418c0ab8 --- /dev/null +++ b/sys/alpha/include/exec.h @@ -0,0 +1,34 @@ +/* + * Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by John Birrell. + * 4. Neither the name of the author nor the names of any co-contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY JOHN BIRRELL AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + */ + +#define __LDPGSZ 8192 |
