Module Name: src
Committed By: simonb
Date: Wed Mar 24 05:35:06 UTC 2021
Modified Files:
src/sys/arch/mips/include: frame.h
Log Message:
We don't really need a comment at the end of the file saying "this is
the end of the file".
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/include/frame.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/include/frame.h
diff -u src/sys/arch/mips/include/frame.h:1.10 src/sys/arch/mips/include/frame.h:1.11
--- src/sys/arch/mips/include/frame.h:1.10 Sun Jul 26 08:08:41 2020
+++ src/sys/arch/mips/include/frame.h Wed Mar 24 05:35:05 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: frame.h,v 1.10 2020/07/26 08:08:41 simonb Exp $ */
+/* $NetBSD: frame.h,v 1.11 2021/03/24 05:35:05 simonb Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -49,5 +49,3 @@ void sendsig_sigcontext(const ksiginfo_t
#endif /* _LOCORE */
#endif /* _MIPS_FRAME_H_ */
-
-/* End of frame.h */