]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix two WARNS=6 warnings in opendir.c and telldir.c
authorarichardson <arichardson@FreeBSD.org>
Sun, 23 Jun 2019 10:47:07 +0000 (10:47 +0000)
committerarichardson <arichardson@FreeBSD.org>
Sun, 23 Jun 2019 10:47:07 +0000 (10:47 +0000)
commit936b0733ae928b5f9207a7c99bb6e9a6ff6d360f
tree389d33ae5fd0405130b1c82f0197dfe0a037d7de
parenteb94eb386d154b77b0ec5364ad62f015eaad7bd3
Fix two WARNS=6 warnings in opendir.c and telldir.c

This is in preparation for compiling these files as part of rtld (which is
built with WARNS=6). See https://reviews.freebsd.org/D20663 for more details.
lib/libc/gen/opendir.c
lib/libc/gen/telldir.c