diff --git a/sys/sys/mount.h b/sys/sys/mount.h index d044d29b268b..4580650fd28a 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mount.h 8.13 (Berkeley) 3/27/94 - * $Id: mount.h,v 1.31 1996/01/30 23:00:54 mpp Exp $ + * $Id: mount.h,v 1.32 1996/09/03 07:09:09 davidg Exp $ */ #ifndef _SYS_MOUNT_H_ @@ -42,7 +42,7 @@ #endif #include -typedef struct { long val[2]; } fsid_t; /* file system id type */ +typedef struct fsid { long val[2]; } fsid_t; /* file system id type */ /* * File identifier.