Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: cegger
Date: Sat Jan 24 13:06:16 UTC 2009
Modified Files:
src/usr.bin/make: make_malloc.c make_malloc.h
Log Message:
buildfixes for OSX:
- include <sys/types> for size_t
- progname is undeclared
- include <string.h> for string functions like strlen()
- include <errno.h> for errno
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/usr.bin/make/make_malloc.c
cvs rdiff -r1.2 -r1.3 src/usr.bin/make/make_malloc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index