Module Name:    src
Committed By:   sjg
Date:           Wed Jan 22 22:10:36 UTC 2020

Modified Files:
        src/usr.bin/make/filemon: filemon.h

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

Reviewed by: riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/filemon/filemon.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/filemon/filemon.h
diff -u src/usr.bin/make/filemon/filemon.h:1.1 src/usr.bin/make/filemon/filemon.h:1.2
--- src/usr.bin/make/filemon/filemon.h:1.1	Sun Jan 19 19:49:37 2020
+++ src/usr.bin/make/filemon/filemon.h	Wed Jan 22 22:10:36 2020
@@ -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_setpid_child(const struct fi
 int	filemon_readfd(const struct filemon *);
 int	filemon_process(struct filemon *);
 
-#endif	/* FILEMON_H */
+#endif	/* FILEMON_H_ */

Reply via email to