mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Fixup preen.c to match its new residence.
The blockcheck() function is still pulled from fsck_ffs, it probably should live in libufs.
This commit is contained in:
parent
cc0f2cfaca
commit
563b79eff4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101592
@ -50,8 +50,12 @@ static const char rcsid[] =
|
||||
#include <errno.h>
|
||||
#include <fstab.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
char *blockcheck(char *origname);
|
||||
|
||||
#include "fsck.h"
|
||||
|
||||
struct part {
|
||||
struct part *next; /* forward link of partitions on disk */
|
||||
|
Loading…
Reference in New Issue
Block a user