History log of /src/lib/libc/net/Lint_ntohl.c |
Revision | | Date | Author | Comments |
1.5 |
| 01-Dec-2024 |
rillig | libc: modernize lint stubs
Use prototype function definitions instead of identifier lists, as C23 does not support the latter.
Remove redundant /*ARGSUSED*/ comments and parentheses.
|
1.4 |
| 22-Aug-2001 |
itojun | sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). as discussed on tech-net.
|
1.3 |
| 14-Jun-2000 |
cgd | branches: 1.3.4; fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.2 |
| 03-May-1999 |
christos | branches: 1.2.6; Make these work again, by undef'ing the macro that could cause syntax errors. Also add NOSTRICT in the {h,n}to{n,h}s() cases where the prototype would get widened...
|
1.1 |
| 06-Nov-1997 |
cgd | branches: 1.1.2; lint stubs for functions which ports use assembly versions. When using an assembly version of a function, add the right lint stub to the Makefile.inc which specifies the source to build the function (see the arch/i386/*/Makefile.inc). Can't just lint the normal C versions of these functions, because some of them don't _have_ normal C versions and if that were done dependencies would get messed up.
|
1.1.2.2 |
| 08-Nov-1997 |
veego | pull up changes from the trunk (approved by perry) from cgd: >lint stubs for functions which ports use assembly versions. When using >an assembly version of a function, add the right lint stub to the Makefile.inc >which specifies the source to build the function (see the >arch/i386/*/Makefile.inc). Can't just lint the normal C versions of these >functions, because some of them don't _have_ normal C versions and if >that were done dependencies would get messed up.
|
1.1.2.1 |
| 06-Nov-1997 |
veego | file Lint_ntohl.c was added on branch netbsd-1-3 on 1997-11-08 21:59:07 +0000
|
1.2.6.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.3.4.1 |
| 08-Oct-2001 |
nathanw | Catch up to -current.
|