| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
According to style(9):
> normally, include <sys/types.h> OR <sys/param.h>, but not both.
(<sys/param.h> already includes <sys/types.h> when LOCORE is not defined).
|
|
|
|
|
| |
Submitted by: Sascha Wildner <swildner@dragonflybsd.org>
Obtained from: DragonFlyBSD (commit 5d7d35b17f98588c39b30036f1a3fe8802935c2c)
|
|
|
|
| |
Obtained from: ISC
|
|
|
|
|
|
|
|
|
|
|
| |
if not already defined. This allows building libc from outside of
lib/libc using a reach-over makefile.
A typical use-case is to build a standard ILP32 version and a COMPAT32
version in a single iteration by building the COMPAT32 version using a
reach-over makefile.
Obtained from: Juniper Networks, Inc.
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
| |
Obtained from: ISC
MFC after: 1 week
|
|
|
|
| |
in another. GCC4 does not like that.
|
|
|
|
| |
- Exclude unnecessary functions for us.
|
|
|