summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-native::util.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-12-17. Update to patchset 7.Greg Lewis1-16/+0
. Fix a permissions problem with the plugins directory. Approved by: phantom (maintainer) Notes: svn path=/head/; revision=124268
2004-01-17. Check the return value of stat(2) when trying to read the javawsGreg Lewis1-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