X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/fea210d0a70baa8ab8dee4609818ad40f5c63913..c2714ef59c9198e2c0d7aaf2cb07b9daddbf4490:/sys/sys/stat.h diff --git a/sys/sys/stat.h b/sys/sys/stat.h index 57aeeea07d..f6c240f57b 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -1,3 +1,10 @@ +/* + * Copyright (c) UNIX System Laboratories, Inc. All or some portions + * of this file are derived from material licensed to the + * University of California by American Telephone and Telegraph Co. + * or UNIX System Laboratories, Inc. and are reproduced herein with + * the permission of UNIX System Laboratories, Inc. + */ /*- * Copyright (c) 1982, 1986, 1989 The Regents of the University of California. * All rights reserved. @@ -30,7 +37,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)stat.h 7.11 (Berkeley) 3/3/91 + * from: @(#)stat.h 7.11 (Berkeley) 3/3/91 + * $Id: stat.h,v 1.4 1993/10/16 17:17:50 rgrimes Exp $ */ #ifndef _SYS_STAT_H_ @@ -129,4 +137,4 @@ int lstat __P((const char *, struct stat *)); #endif /* not POSIX */ __END_DECLS #endif -#endif +#endif /* _SYS_STAT_H_ */