Module Name:    src
Committed By:   rillig
Date:           Wed Dec 15 12:08:25 UTC 2021

Modified Files:
        src/usr.bin/make: buf.h dir.h hash.h job.h lst.h make.h metachar.h
        src/usr.bin/make/filemon: filemon.h

Log Message:
make: remove redundant comments for multiple-inclusion guards


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/make/buf.h src/usr.bin/make/dir.h
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/make/hash.h
cvs rdiff -u -r1.74 -r1.75 src/usr.bin/make/job.h
cvs rdiff -u -r1.100 -r1.101 src/usr.bin/make/lst.h
cvs rdiff -u -r1.275 -r1.276 src/usr.bin/make/make.h
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/make/metachar.h
cvs rdiff -u -r1.5 -r1.6 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/buf.h
diff -u src/usr.bin/make/buf.h:1.45 src/usr.bin/make/buf.h:1.46
--- src/usr.bin/make/buf.h:1.45	Wed Dec 15 09:29:55 2021
+++ src/usr.bin/make/buf.h	Wed Dec 15 12:08:25 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: buf.h,v 1.45 2021/12/15 09:29:55 rillig Exp $	*/
+/*	$NetBSD: buf.h,v 1.46 2021/12/15 12:08:25 rillig Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -119,4 +119,4 @@ void Buf_Done(Buffer *);
 char *Buf_DoneData(Buffer *) MAKE_ATTR_USE;
 char *Buf_DoneDataCompact(Buffer *) MAKE_ATTR_USE;
 
-#endif /* MAKE_BUF_H */
+#endif
Index: src/usr.bin/make/dir.h
diff -u src/usr.bin/make/dir.h:1.45 src/usr.bin/make/dir.h:1.46
--- src/usr.bin/make/dir.h:1.45	Wed Dec 15 09:53:41 2021
+++ src/usr.bin/make/dir.h	Wed Dec 15 12:08:25 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: dir.h,v 1.45 2021/12/15 09:53:41 rillig Exp $	*/
+/*	$NetBSD: dir.h,v 1.46 2021/12/15 12:08:25 rillig Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -104,4 +104,4 @@ struct cached_stat {
 int cached_lstat(const char *, struct cached_stat *);
 int cached_stat(const char *, struct cached_stat *);
 
-#endif /* MAKE_DIR_H */
+#endif

Index: src/usr.bin/make/hash.h
diff -u src/usr.bin/make/hash.h:1.43 src/usr.bin/make/hash.h:1.44
--- src/usr.bin/make/hash.h:1.43	Wed Dec 15 10:07:53 2021
+++ src/usr.bin/make/hash.h	Wed Dec 15 12:08:25 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: hash.h,v 1.43 2021/12/15 10:07:53 rillig Exp $	*/
+/*	$NetBSD: hash.h,v 1.44 2021/12/15 12:08:25 rillig Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -177,4 +177,4 @@ HashIter_InitSet(HashIter *hi, HashSet *
 	HashIter_Init(hi, &set->tbl);
 }
 
-#endif /* MAKE_HASH_H */
+#endif

Index: src/usr.bin/make/job.h
diff -u src/usr.bin/make/job.h:1.74 src/usr.bin/make/job.h:1.75
--- src/usr.bin/make/job.h:1.74	Wed Dec 15 09:53:41 2021
+++ src/usr.bin/make/job.h	Wed Dec 15 12:08:25 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: job.h,v 1.74 2021/12/15 09:53:41 rillig Exp $	*/
+/*	$NetBSD: job.h,v 1.75 2021/12/15 12:08:25 rillig Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -208,4 +208,4 @@ bool Job_RunTarget(const char *, const c
 void Job_FlagsToString(const Job *, char *, size_t);
 int Job_TempFile(const char *, char *, size_t) MAKE_ATTR_USE;
 
-#endif /* MAKE_JOB_H */
+#endif

Index: src/usr.bin/make/lst.h
diff -u src/usr.bin/make/lst.h:1.100 src/usr.bin/make/lst.h:1.101
--- src/usr.bin/make/lst.h:1.100	Wed Dec 15 09:53:41 2021
+++ src/usr.bin/make/lst.h	Wed Dec 15 12:08:25 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: lst.h,v 1.100 2021/12/15 09:53:41 rillig Exp $	*/
+/*	$NetBSD: lst.h,v 1.101 2021/12/15 12:08:25 rillig Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -197,4 +197,4 @@ Vector_Done(Vector *v) {
 	free(v->items);
 }
 
-#endif /* MAKE_LST_H */
+#endif

Index: src/usr.bin/make/make.h
diff -u src/usr.bin/make/make.h:1.275 src/usr.bin/make/make.h:1.276
--- src/usr.bin/make/make.h:1.275	Wed Dec 15 11:58:40 2021
+++ src/usr.bin/make/make.h	Wed Dec 15 12:08:25 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: make.h,v 1.275 2021/12/15 11:58:40 rillig Exp $	*/
+/*	$NetBSD: make.h,v 1.276 2021/12/15 12:08:25 rillig Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -838,4 +838,4 @@ pp_skip_hspace(char **pp)
 # define MAKE_RCSID(id) static volatile char rcsid[] = id
 #endif
 
-#endif /* MAKE_MAKE_H */
+#endif

Index: src/usr.bin/make/metachar.h
diff -u src/usr.bin/make/metachar.h:1.18 src/usr.bin/make/metachar.h:1.19
--- src/usr.bin/make/metachar.h:1.18	Wed Dec 15 09:53:41 2021
+++ src/usr.bin/make/metachar.h	Wed Dec 15 12:08:25 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: metachar.h,v 1.18 2021/12/15 09:53:41 rillig Exp $	*/
+/*	$NetBSD: metachar.h,v 1.19 2021/12/15 12:08:25 rillig Exp $	*/
 
 /*
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -49,4 +49,4 @@ needshell(const char *cmd)
 	return *cmd != '\0';
 }
 
-#endif /* MAKE_METACHAR_H */
+#endif

Index: src/usr.bin/make/filemon/filemon.h
diff -u src/usr.bin/make/filemon/filemon.h:1.5 src/usr.bin/make/filemon/filemon.h:1.6
--- src/usr.bin/make/filemon/filemon.h:1.5	Tue Jan 19 20:51:46 2021
+++ src/usr.bin/make/filemon/filemon.h	Wed Dec 15 12:08:25 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: filemon.h,v 1.5 2021/01/19 20:51:46 rillig Exp $	*/
+/*	$NetBSD: filemon.h,v 1.6 2021/12/15 12:08:25 rillig Exp $	*/
 
 /*
  * Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -50,4 +50,4 @@ int	filemon_setpid_child(const struct fi
 int	filemon_readfd(const struct filemon *);
 int	filemon_process(struct filemon *);
 
-#endif /* MAKE_FILEMON_H */
+#endif

Reply via email to