Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2007 02:07:02 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/posix1e acl_from_text.c acl_support.c acl_support.h
Message-ID:  <200702260207.l1Q272fD019660@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2007-02-26 02:07:02 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/posix1e     acl_from_text.c acl_support.c 
                         acl_support.h 
  Log:
  Move _posix1e_acl_name_to_id out of acl_support.c and into
  acl_from_text.c.  Since acl_from_text.c is the only place it
  is used, we can now make this internal utility function "static."
  
  As a bonus, acl_set_fd() no longer pulls in getpwuid() for no reason.
  
  MFC after: 7 days
  
  Revision  Changes    Path
  1.11      +51 -0     src/lib/libc/posix1e/acl_from_text.c
  1.14      +0 -53     src/lib/libc/posix1e/acl_support.c
  1.5       +1 -2      src/lib/libc/posix1e/acl_support.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702260207.l1Q272fD019660>