看板 DFBSD_commit 關於我們 聯絡資訊
commit 144b337d5fb21324286871fbca0c90d460e06d9d Author: Simon Schubert <corecode@dragonflybsd.org> Date: Thu Jul 9 14:37:14 2009 +0200 dma: several fixes to make dma build on non-BSD OS's - replace open(..., O_EXLOCK) with a new open_locked() routine; - define the __unused function attribute; - do not redefine PATH_MAX. Submitted-by: Peter Pentchev <roam@ringlet.net> Summary of changes: libexec/dma/dma.c | 26 ++++++++++++++++++++++++-- libexec/dma/dma.h | 9 +++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/144b337d5fb21324286871fbca0c90d460e06d9d -- DragonFly BSD source repository