syscalls.master: Fix SAL annotation for getdirentires basep argument
getdirentires last argument "off_t *basep" is an optional output
argument. It returns the value only when the passed-in value(pointer)
is non-NULL.
This is a part of the research work at RCSLab, University of Waterloo.
Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41969
(cherry picked from commit 5e29272bf57e24a16f3a17f037f9a5e7cf25ed90)
(cherry picked from commit dd588b3c9a5a2f2b2b62836ce70fd85813434748)