2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

Bug #702 is the AIX timespec issue.

This commit is contained in:
Todd C. Miller 2015-07-02 14:06:16 -06:00
parent d77941c2be
commit 7583e8d760

2
NEWS
View File

@ -28,7 +28,7 @@ What's new in Sudo 1.8.14
* Fixed a compilation problem on newer AIX systems which use a * Fixed a compilation problem on newer AIX systems which use a
struct st_timespec for time stamps in struct stat that differs struct st_timespec for time stamps in struct stat that differs
from struct timespec. from struct timespec. Bug #702.
* The example directory is now configurable via --with-exampledir * The example directory is now configurable via --with-exampledir
and defaults to DATAROOTDIR/examples/sudo on BSD systems. and defaults to DATAROOTDIR/examples/sudo on BSD systems.