diff options
Diffstat (limited to 'contrib/bmake/filemon/filemon.h')
-rw-r--r-- | contrib/bmake/filemon/filemon.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/bmake/filemon/filemon.h b/contrib/bmake/filemon/filemon.h index 5a1231d935ec..fcf37a3ab54b 100644 --- a/contrib/bmake/filemon/filemon.h +++ b/contrib/bmake/filemon/filemon.h @@ -1,4 +1,4 @@ -/* $NetBSD: filemon.h,v 1.2 2020/01/22 22:10:36 sjg Exp $ */ +/* $NetBSD: filemon.h,v 1.3 2020/10/18 11:49:47 rillig Exp $ */ /*- * Copyright (c) 2019 The NetBSD Foundation, Inc. @@ -29,8 +29,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef FILEMON_H_ -#define FILEMON_H_ +#ifndef MAKE_FILEMON_H +#define MAKE_FILEMON_H #include <sys/types.h> @@ -50,4 +50,4 @@ int filemon_setpid_child(const struct filemon *, pid_t); int filemon_readfd(const struct filemon *); int filemon_process(struct filemon *); -#endif /* FILEMON_H_ */ +#endif /* MAKE_FILEMON_H */ |