X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fmntent.h;h=3492a1d6daa25ad9f061ab67f5b5938603ea7c40;hb=759bf785a84bd56ed1b163594f3f66ade808c0e3;hp=d03c414a2b069d7701f285320767fbe67522093a;hpb=b778a2ba69d7707d13280ce2d44c4153eb1e2431;p=musl diff --git a/include/mntent.h b/include/mntent.h index d03c414a..3492a1d6 100644 --- a/include/mntent.h +++ b/include/mntent.h @@ -20,8 +20,7 @@ extern "C" { #define MNTOPT_NOSUID "nosuid" #define MNTOPT_NOAUTO "noauto" -struct mntent -{ +struct mntent { char *mnt_fsname; char *mnt_dir; char *mnt_type;