limits.h revision 115164
137535Sdes/*
237535Sdes * Copyright (c) 1988, 1993
337535Sdes *	The Regents of the University of California.  All rights reserved.
437535Sdes *
537535Sdes * Redistribution and use in source and binary forms, with or without
637535Sdes * modification, are permitted provided that the following conditions
737535Sdes * are met:
837535Sdes * 1. Redistributions of source code must retain the above copyright
937535Sdes *    notice, this list of conditions and the following disclaimer.
1037535Sdes * 2. Redistributions in binary form must reproduce the above copyright
1137535Sdes *    notice, this list of conditions and the following disclaimer in the
1237535Sdes *    documentation and/or other materials provided with the distribution.
1337535Sdes *
1437535Sdes * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1537535Sdes * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1637535Sdes * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1737535Sdes * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1837535Sdes * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1937535Sdes * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2037535Sdes * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2137535Sdes * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2237535Sdes * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2337535Sdes * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2437535Sdes * SUCH DAMAGE.
2537535Sdes *
2637535Sdes *	@(#)limits.h	8.3 (Berkeley) 1/4/94
2737535Sdes * $FreeBSD: head/sys/sparc64/include/limits.h 115164 2003-05-19 20:29:07Z kan $
2841989Sdes */
2937535Sdes
3037535Sdes#ifndef _MACHINE_LIMITS_H_
3137608Sdes#define	_MACHINE_LIMITS_H_
3237608Sdes
3337608Sdes#if __GNUC__
3437608Sdes#warning "machine/limits.h is deprecated.  Include sys/limits.h instead."
3537608Sdes#endif
3637608Sdes
3737608Sdes#include <sys/limits.h>
3837608Sdes
3937608Sdes#endif /* !_MACHINE_LIMITS_H_ */
4037608Sdes