git: Use the dirfd() macro instead of accessing struct _dirdesc directly.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Jan 5 01:41:14 PST 2015
commit bfdd8ef338ec9ca3353291972ec7c945ede19eba
Author: Sascha Wildner <saw at online.de>
Date: Mon Jan 5 10:38:31 2015 +0100
Use the dirfd() macro instead of accessing struct _dirdesc directly.
This is in preparation for making dirfd() a function (for POSIX
conformance) and struct _dirdesc private.
Summary of changes:
usr.bin/rdist/expand.c | 2 +-
usr.sbin/lpr/common_source/common.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bfdd8ef338ec9ca3353291972ec7c945ede19eba
--
DragonFly BSD source repository
More information about the Commits
mailing list