summaryrefslogtreecommitdiff
path: root/java/jdk13/files/patch-utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Fix compilation on FreeBSD 4.2 by including <sys/param.h>Greg Lewis2002-06-111-0/+20
PR: 36871 . Fix compilation on -CURRENT using gcc 3.1 by including <string.h> (for strlen(3)) Reported and tested by: John Angelmo <john@veidit.net> Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=61131