]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/mntent.h
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / misc / mntent.h
index 43c083b146b979e76785bfb212b4af55586e1a78..f3beb23611ab71a374630f19a8b6d3c537aa6c41 100644 (file)
@@ -1,5 +1,5 @@
 /* Utilities for reading/writing fstab, mtab, etc.
-   Copyright (C) 1995-2016 Free Software Foundation, Inc.
+   Copyright (C) 1995-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _MNTENT_H
 #define        _MNTENT_H       1
 
 #include <features.h>
-#define __need_FILE
-#include <stdio.h>
 #include <paths.h>
-
+#include <bits/types/FILE.h>
 
 /* File listing canonical interesting mount points.  */
 #define        MNTTAB          _PATH_MNTTAB    /* Deprecated alias.  */