]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - quota/quota.c
xfs_scrub: clean up error level table
[thirdparty/xfsprogs-dev.git] / quota / quota.c
index d09e239bd680f63e2d2216257116d974504d36d9..9545cc430a93666b877221194d16abe3b6fd7e71 100644 (file)
@@ -1,19 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2005 Silicon Graphics, Inc.
  * All Rights Reserved.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it would be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 #include <stdbool.h>
@@ -52,7 +40,7 @@ quota_help(void)
 static int
 quota_mount(
        FILE            *fp,
-       __uint32_t      id,
+       uint32_t        id,
        char            *name,
        uint            form,
        uint            type,
@@ -181,7 +169,7 @@ quota_mount(
 static void
 quota(
        FILE            *fp,
-       __uint32_t      id,
+       uint32_t        id,
        char            *name,
        uint            form,
        uint            type,