summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-12-15 12:08:25 +0000
committerrillig <rillig@NetBSD.org>2021-12-15 12:08:25 +0000
commit7a2ef0f272fd7d73aa7e6e09fa9bf7aebb528ff4 (patch)
tree24b27627efb8dd0ad1cfccc29cc19a7929b3b823
parent936d985e9e3c444c15637ae571250fe91f461980 (diff)
make: remove redundant comments for multiple-inclusion guards
-rw-r--r--usr.bin/make/buf.h4
-rw-r--r--usr.bin/make/dir.h4
-rw-r--r--usr.bin/make/filemon/filemon.h4
-rw-r--r--usr.bin/make/hash.h4
-rw-r--r--usr.bin/make/job.h4
-rw-r--r--usr.bin/make/lst.h4
-rw-r--r--usr.bin/make/make.h4
-rw-r--r--usr.bin/make/metachar.h4
8 files changed, 16 insertions, 16 deletions
diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h
index 56e6788a3a6..c04b4425fa5 100644
--- a/usr.bin/make/buf.h
+++ b/usr.bin/make/buf.h
@@ -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
diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h
index bece3123bc4..3d98fb0201b 100644
--- a/usr.bin/make/dir.h
+++ b/usr.bin/make/dir.h
@@ -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
diff --git a/usr.bin/make/filemon/filemon.h b/usr.bin/make/filemon/filemon.h
index 139d62f1a1f..d74c99160ba 100644
--- a/usr.bin/make/filemon/filemon.h
+++ b/usr.bin/make/filemon/filemon.h
@@ -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 filemon *, pid_t);
int filemon_readfd(const struct filemon *);
int filemon_process(struct filemon *);
-#endif /* MAKE_FILEMON_H */
+#endif
diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h
index 87a10b5ec8b..1bb4afbf402 100644
--- a/usr.bin/make/hash.h
+++ b/usr.bin/make/hash.h
@@ -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 *set)
HashIter_Init(hi, &set->tbl);
}
-#endif /* MAKE_HASH_H */
+#endif
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index c1e97dd2151..571bc2be648 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -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 char *);
void Job_FlagsToString(const Job *, char *, size_t);
int Job_TempFile(const char *, char *, size_t) MAKE_ATTR_USE;
-#endif /* MAKE_JOB_H */
+#endif
diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h
index 32a1682d324..a9304621859 100644
--- a/usr.bin/make/lst.h
+++ b/usr.bin/make/lst.h
@@ -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
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 51ca08368d0..a42cd1b6d36 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -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
diff --git a/usr.bin/make/metachar.h b/usr.bin/make/metachar.h
index 80d48b29496..63e6967c0fb 100644
--- a/usr.bin/make/metachar.h
+++ b/usr.bin/make/metachar.h
@@ -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