diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-03-13 02:31:32 +0000 | 
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-03-13 02:31:32 +0000 | 
| commit | 2de14c39b5bb20fc70ea555ac36fbe165857ac91 (patch) | |
| tree | 94bd26757c65296fe3e2b1bcc4195d60b99c1188 /lib/libc/posix1e/acl_init.c | |
| parent | 438821dfc98f0b72952f0a91c66d67cf967a0083 (diff) | |
Notes
Diffstat (limited to 'lib/libc/posix1e/acl_init.c')
| -rw-r--r-- | lib/libc/posix1e/acl_init.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/libc/posix1e/acl_init.c b/lib/libc/posix1e/acl_init.c index 5a167ce4a03d..1963ed0cd425 100644 --- a/lib/libc/posix1e/acl_init.c +++ b/lib/libc/posix1e/acl_init.c @@ -1,5 +1,5 @@  /*- - * Copyright (c) 1999 Robert N. M. Watson + * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson   * All rights reserved.   *   * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$FreeBSD$ + * $FreeBSD$   */  /*   * acl_init -- return a fresh acl structure | 
