obrien
|
675250e8eb
|
Fix SCM ID's.
|
2002-02-01 00:57:29 +00:00 |
|
mike
|
c435f30d71
|
Make the output from assert() look more like the example in the C99
standard.
Requested by: bde
|
2001-10-29 07:07:25 +00:00 |
|
mike
|
186071821a
|
Only provide function information in compile environments that support
the C99 variable __func__ and never for C++. Provide a more meaningful
example in the assert(3) manual.
Reviewed by: asmodai, bde
|
2001-10-27 20:11:10 +00:00 |
|
mike
|
1521c8f921
|
Restore K&R prototype. Fix other style bugs.
Reviewed by: asmodai, bde
|
2001-10-27 19:37:20 +00:00 |
|
asmodai
|
578c2da5ee
|
Add __FBSDID.
Change __assert() function to print failing function name.
#if 0 the sccsid block.
This makes us C99 conforming.
|
2001-10-24 18:12:18 +00:00 |
|
bde
|
b0b36003dc
|
Don't include <sys/types.h> when it isn't used.
This commit covers most of the ANSI library functions. Many others only
need <sys/types.h> because they use u_xxx.
|
1996-04-19 18:40:25 +00:00 |
|
rgrimes
|
be22b15ae2
|
BSD 4.4 Lite Lib Sources
|
1994-05-27 05:00:24 +00:00 |
|