mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Protect fsck.h from being included twice.
This commit is contained in:
parent
a8750f2dca
commit
d00690aec5
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue