Project

General

Profile

Actions

Bug #3451

closed

unlinked files cannot be chowned because fchown() isn't used

Added by normalperson (Eric Wong) almost 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2dev (2010-05-31 revision 28117) [x86_64-linux]
Backport:
[ruby-core:30818]

Description

=begin
HAVE_FCHOWN macro is never declared because configure.in never checks for it.
The trivial patch attached fixes the problem by enabling fchown() detection
in configure.in
=end


Files

fchown.patch (646 Bytes) fchown.patch check for fchown() function normalperson (Eric Wong), 06/19/2010 11:26 AM
Actions #1

Updated by nobu (Nobuyoshi Nakada) almost 14 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
This issue was solved with changeset r28395.
Eric, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.

=end

Actions

Also available in: Atom PDF

Like0
Like0