Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493126
Collapse All | Expand All

(-)a/portage-2.2.7/pym/portage/process.py (-2 / +2 lines)
Lines 55-62 for _fd_dir in ("/proc/self/fd", "/dev/fd"): Link Here
55
		_fd_dir = None
55
		_fd_dir = None
56
56
57
# /dev/fd does not work on FreeBSD, see bug #478446
57
# /dev/fd does not work on FreeBSD, see bug #478446
58
if platform.system() in ('FreeBSD',) and _fd_dir == '/dev/fd':
58
#if platform.system() in ('FreeBSD',) and _fd_dir == '/dev/fd':
59
	_fd_dir = None
59
#	_fd_dir = None
60
60
61
if _fd_dir is not None:
61
if _fd_dir is not None:
62
	def get_open_fds():
62
	def get_open_fds():

Return to bug 493126