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 Rename guard to avoid that already used...



details:   https://anonhg.NetBSD.org/src/rev/3d42ddb23c23
branches:  trunk
changeset: 848268:3d42ddb23c23
user:      sjg <sjg%NetBSD.org@localhost>
date:      Wed Jan 22 22:10:36 2020 +0000

description:
Rename guard to avoid that already used by Linux filemon.h

Reviewed by: riastradh

diffstat:

 usr.bin/make/filemon/filemon.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 789e09a2a47b -r 3d42ddb23c23 usr.bin/make/filemon/filemon.h
--- a/usr.bin/make/filemon/filemon.h    Wed Jan 22 21:59:10 2020 +0000
+++ b/usr.bin/make/filemon/filemon.h    Wed Jan 22 22:10:36 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: filemon.h,v 1.1 2020/01/19 19:49:37 riastradh Exp $    */
+/*     $NetBSD: filemon.h,v 1.2 2020/01/22 22:10:36 sjg Exp $  */
 
 /*-
  * Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -29,8 +29,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef FILEMON_H
-#define        FILEMON_H
+#ifndef FILEMON_H_
+#define        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 /* FILEMON_H_ */



Home | Main Index | Thread Index | Old Index