1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +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:
Poul-Henning Kamp 2002-08-09 16:25:32 +00:00
parent cc0f2cfaca
commit 563b79eff4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101592

View File

@ -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 */