Protect fsck.h from being included twice.
This commit is contained in:
parent
a8750f2dca
commit
d00690aec5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207143
@ -60,6 +60,9 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _FSCK_H_
|
||||
#define _FSCK_H_
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
@ -389,3 +392,5 @@ void setinodebuf(ino_t);
|
||||
int setup(char *dev);
|
||||
void gjournal_check(const char *filesys);
|
||||
int suj_check(const char *filesys);
|
||||
|
||||
#endif /* !_FSCK_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user