describe ap (Kirk); delete lfs_mntinvalbuf, lfs_vinvalbuf, add
[unix-history] / usr / src / include / utime.h
index 15ab8e2..f90ad5c 100644 (file)
@@ -4,9 +4,12 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)utime.h     5.3 (Berkeley) %G%
+ *     @(#)utime.h     5.4 (Berkeley) %G%
  */
 
  */
 
+#ifndef        _UTIME_H_
+#define        _UTIME_H_
+
 struct utimbuf {
        time_t actime;          /* Access time */
        time_t modtime;         /* Modification time */
 struct utimbuf {
        time_t actime;          /* Access time */
        time_t modtime;         /* Modification time */
@@ -17,3 +20,5 @@ struct utimbuf {
 __BEGIN_DECLS
 int utime __P((const char *, const struct utimbuf *));
 __END_DECLS
 __BEGIN_DECLS
 int utime __P((const char *, const struct utimbuf *));
 __END_DECLS
+
+#endif /* !_UTIME_H_ */