summaryrefslogtreecommitdiff
path: root/java/jdk14/files/patch-native::util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . 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