FreeBSD Bugzilla – Attachment 12331 Details for
Bug 23902
machine/limits.h lacks _MACHINE_LIMITS_H_
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 663 bytes, created by
Christian Weisgerber
on 2000-12-28 03:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christian Weisgerber
Created:
2000-12-28 03:40:01 UTC
Size:
663 bytes
patch
obsolete
>Index: sys/alpha/include/limits.h >=================================================================== >RCS file: /home/ncvs/src/sys/alpha/include/limits.h,v >retrieving revision 1.3 >diff -u -r1.3 limits.h >--- sys/alpha/include/limits.h 2000/10/24 10:49:55 1.3 >+++ sys/alpha/include/limits.h 2000/12/28 02:22:45 >@@ -36,6 +36,9 @@ > * @(#)limits.h 8.3 (Berkeley) 1/4/94 > */ > >+#ifndef _MACHINE_LIMITS_H_ >+#define _MACHINE_LIMITS_H_ >+ > #define CHAR_BIT 8 /* number of bits in a char */ > #define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */ > >@@ -100,3 +103,5 @@ > #define FLT_MAX 3.40282347E+38F > #define FLT_MIN 1.17549435E-38F > #endif >+ >+#endif /* !_MACHINE_LIMITS_H_ */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23902
: 12331