diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2019-05-28 04:51:27 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2019-05-28 04:51:27 +0000 |
commit | 811a6c243578a9b68206b8235492b5bcb933f2e3 (patch) | |
tree | e451f28d346ff1a47e5bba4302354c4513360743 | |
parent | b6dbd2d84c85935d7584ed58b3bf0fce2ff406b2 (diff) |
Remove a 15 year old XXX comment
-rw-r--r-- | sys/arch/amd64/include/loadfile_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/loadfile_machdep.h b/sys/arch/amd64/include/loadfile_machdep.h index 109ad40d990..3b4bdd1d8df 100644 --- a/sys/arch/amd64/include/loadfile_machdep.h +++ b/sys/arch/amd64/include/loadfile_machdep.h @@ -1,5 +1,4 @@ -/* XXX - DSR */ -/* $OpenBSD: loadfile_machdep.h,v 1.8 2019/05/15 06:52:33 mlarkin Exp $ */ +/* $OpenBSD: loadfile_machdep.h,v 1.9 2019/05/28 04:51:26 mlarkin Exp $ */ /* $NetBSD: loadfile_machdep.h,v 1.1 1999/04/29 03:17:12 tsubai Exp $ */ /*- |