More code from kernel developers, and therefore licensed under GPLv2 only.
Clarify the license boilerplate. On an unrelated note, this could use busyboxification. check_mount() looks reusable and ask() is generic...
This commit is contained in:
parent
73810e8d42
commit
cc9962d7fb
1 changed files with 4 additions and 12 deletions
|
@ -2,8 +2,9 @@
|
||||||
/*
|
/*
|
||||||
* fsck.c - a file system consistency checker for Linux.
|
* fsck.c - a file system consistency checker for Linux.
|
||||||
*
|
*
|
||||||
* (C) 1991, 1992 Linus Torvalds. This file may be redistributed
|
* (C) 1991, 1992 Linus Torvalds.
|
||||||
* as per the GNU copyleft.
|
*
|
||||||
|
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -86,17 +87,8 @@
|
||||||
* enforced (but it's not much fun on a character device :-).
|
* enforced (but it's not much fun on a character device :-).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <errno.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#include <ctype.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <termios.h>
|
|
||||||
#include <mntent.h>
|
|
||||||
#include <sys/param.h>
|
|
||||||
#include "busybox.h"
|
#include "busybox.h"
|
||||||
|
#include <mntent.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is the original minix inode layout on disk.
|
* This is the original minix inode layout on disk.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue