From d90536e35b89461c5dbefaae4921fd815b80aaf5 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 22 Mar 2002 21:53:29 +0000 Subject: Fix the style of the SCM ID's. I believe have made all of libc .c's as consistent as possible. --- lib/libc/posix1e/acl_support.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/posix1e/acl_support.c') diff --git a/lib/libc/posix1e/acl_support.c b/lib/libc/posix1e/acl_support.c index e665d8e..93e98bb 100644 --- a/lib/libc/posix1e/acl_support.c +++ b/lib/libc/posix1e/acl_support.c @@ -22,14 +22,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* * Support functionality for the POSIX.1e ACL interface * These calls are intended only to be called within the library. */ +#include +__FBSDID("$FreeBSD$"); + #include #include "namespace.h" #include -- cgit v1.1