add whiteout entry type
[unix-history] / usr / src / sys / stand.att / stat.c
index 891d9f1..84cb10a 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)stat.c      7.3 (Berkeley) %G%
+ *     @(#)stat.c      8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
@@ -45,4 +45,4 @@ stat(str, sb)
        close(fd);
        return(rv);
 }
        close(fd);
        return(rv);
 }
-#endif SMALL
+#endif /* SMALL */