Bug 194398

Summary: lib/libc/posix1e/acl_size.c is stubbed out/not integrated into lib/libc; should it be reaped?
Product: Base System Reporter: Enji Cooper <ngie>
Component: binAssignee: Edward Tomasz Napierala <trasz>
Status: Closed FIXED    
Severity: Affects Some People CC: rwatson, trasz
Priority: --- Flags: bugmeister: mfc-stable10?
bugmeister: mfc-stable9?
bugmeister: mfc-stable8?
Version: CURRENT   
Hardware: Any   
OS: Any   

Description Enji Cooper freebsd_committer freebsd_triage 2014-10-16 06:07:46 UTC
Something I noticed in passing while reading through some XXX comments about it "being present in libc, but not available in the build" at Isilon.

$ grep -r acl_size /usr/src/lib/libc/
/usr/src/lib/libc/posix1e/acl_size.c:acl_size(acl_t acl)
$ grep acl_size /usr/src/lib/libc/posix1e/Makefile.inc  || echo not found
not found

Maybe the file should just be removed?
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-11-19 19:43:45 UTC
A commit references this bug:

Author: trasz
Date: Wed Nov 19 19:43:39 UTC 2014
New revision: 274722
URL: https://svnweb.freebsd.org/changeset/base/274722

Log:
  Remove acl_size.c; apparently it was never used.

  PR:		194398
  Submitted by:	ngie@
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Changes:
  head/lib/libc/posix1e/acl_size.c
Comment 2 Edward Tomasz Napierala freebsd_committer freebsd_triage 2015-02-01 20:30:07 UTC
MFC-ed to 10-STABLE as r276782.