Deleted Added
full compact
limits.h (139790) limits.h (143063)
1/* $FreeBSD: head/sys/ia64/include/limits.h 139790 2005-01-06 22:18:23Z imp $ */
1/* $FreeBSD: head/sys/ia64/include/limits.h 143063 2005-03-02 21:33:29Z joerg $ */
2/* From: NetBSD: limits.h,v 1.3 1997/04/06 08:47:31 cgd Exp */
3
4/*-
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 20 unchanged lines hidden (view full) ---

30 * SUCH DAMAGE.
31 *
32 * @(#)limits.h 8.3 (Berkeley) 1/4/94
33 */
34
35#ifndef _MACHINE_LIMITS_H_
36#define _MACHINE_LIMITS_H_
37
2/* From: NetBSD: limits.h,v 1.3 1997/04/06 08:47:31 cgd Exp */
3
4/*-
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 20 unchanged lines hidden (view full) ---

30 * SUCH DAMAGE.
31 *
32 * @(#)limits.h 8.3 (Berkeley) 1/4/94
33 */
34
35#ifndef _MACHINE_LIMITS_H_
36#define _MACHINE_LIMITS_H_
37
38#if __GNUC__
38#include <sys/cdefs.h>
39
40#ifdef __CC_SUPPORTS_WARNING
39#warning "machine/limits.h is deprecated. Include sys/limits.h instead."
40#endif
41
42#include <sys/limits.h>
43
44#endif /* !_MACHINE_LIMITS_H_ */
41#warning "machine/limits.h is deprecated. Include sys/limits.h instead."
42#endif
43
44#include <sys/limits.h>
45
46#endif /* !_MACHINE_LIMITS_H_ */