summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-native::util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update to patchset 7.Greg Lewis2004-12-171-16/+0
| | | | | | | | | . Fix a permissions problem with the plugins directory. Approved by: phantom (maintainer) Notes: svn path=/head/; revision=124268
* . Check the return value of stat(2) when trying to read the javawsGreg Lewis2004-01-171-0/+16
configuration file and behave appropriately if its -1. Fixes a SEGV caused by ignoring the return value and just carrying on. . Bump PORTREVISION. PR: 61392 Notes: svn path=/head/; revision=98375