This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.1'.
[unix-history] / sys / sys / stat.h
index 57aeeea..f6c240f 100644 (file)
@@ -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.
 /*-
  * 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.
  *
  * 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_
  */
 
 #ifndef _SYS_STAT_H_
@@ -129,4 +137,4 @@ int lstat __P((const char *, struct stat *));
 #endif /* not POSIX */
 __END_DECLS
 #endif
 #endif /* not POSIX */
 __END_DECLS
 #endif
-#endif
+#endif /* _SYS_STAT_H_ */