Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/filemon make(1): use consistent include guard f...
details: https://anonhg.NetBSD.org/src/rev/b438a07028a8
branches: trunk
changeset: 977194:b438a07028a8
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Oct 18 11:49:47 2020 +0000
description:
make(1): use consistent include guard for headers
diffstat:
usr.bin/make/filemon/filemon.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 72eb6ff8a22a -r b438a07028a8 usr.bin/make/filemon/filemon.h
--- a/usr.bin/make/filemon/filemon.h Sun Oct 18 11:09:08 2020 +0000
+++ b/usr.bin/make/filemon/filemon.h Sun Oct 18 11:49:47 2020 +0000
@@ -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_readfd(const struct filemon *);
int filemon_process(struct filemon *);
-#endif /* FILEMON_H_ */
+#endif /* MAKE_FILEMON_H */
Home |
Main Index |
Thread Index |
Old Index