Bug 194398 - lib/libc/posix1e/acl_size.c is stubbed out/not integrated into lib/libc; should it be reaped?
Summary: lib/libc/posix1e/acl_size.c is stubbed out/not integrated into lib/libc; shou...
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: Edward Tomasz Napierala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-16 06:07 UTC by Enji Cooper
Modified: 2015-02-01 20:30 UTC (History)
2 users (show)

See Also:
bugmeister: mfc-stable10?
bugmeister: mfc-stable9?
bugmeister: mfc-stable8?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.