diff options
| author | perry <perry@NetBSD.org> | 1998-02-02 21:07:13 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-02-02 21:07:13 +0000 |
| commit | b7b7322c685652bb1eb4174bee118b0e41887f12 (patch) | |
| tree | 14e377d760e7367d2dbc88737b9a82c62cc08fe4 /include/limits.h | |
| parent | 2d33c2a97cdf897740dcf2b458a7731d89e5de32 (diff) | |
merge lite-2
Diffstat (limited to 'include/limits.h')
| -rw-r--r-- | include/limits.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/limits.h b/include/limits.h index 831ad86e021..54b20e723c7 100644 --- a/include/limits.h +++ b/include/limits.h @@ -1,8 +1,8 @@ -/* $NetBSD: limits.h,v 1.8 1996/10/21 05:10:50 jtc Exp $ */ +/* $NetBSD: limits.h,v 1.9 1998/02/02 21:07:27 perry Exp $ */ /* - * Copyright (c) 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)limits.h 5.9 (Berkeley) 4/3/91 + * @(#)limits.h 8.2 (Berkeley) 1/4/94 */ #ifndef _LIMITS_H_ @@ -48,10 +48,10 @@ #define _POSIX_NGROUPS_MAX 0 #define _POSIX_OPEN_MAX 16 #define _POSIX_PATH_MAX 255 -#define _POSIX_PIPE_BUF 512 -#define _POSIX_SSIZE_MAX 32767 -#define _POSIX_STREAM_MAX 8 -#define _POSIX_TZNAME_MAX 3 +#define _POSIX_PIPE_BUF 512 +#define _POSIX_SSIZE_MAX 32767 +#define _POSIX_STREAM_MAX 8 +#define _POSIX_TZNAME_MAX 3 #define _POSIX2_BC_BASE_MAX 99 #define _POSIX2_BC_DIM_MAX 2048 |
