diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-19 15:30:53 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-19 15:30:53 +0000 |
commit | f774a1312a9f06c827ac9e6ed5c9c1197010197f (patch) | |
tree | 139e59e962c99091edc8b8377e729aaf529b5851 /sys/lib/libkern | |
parent | 1d12cef4c0121f7533ba118213f79fd14894ce13 (diff) |
Make some $OpenBSD$ lines prettier/standardier by eliminating
superflous '*' after '/*' and adding blank after terminating '$'.
Also eases parsing of the lines by simple awk scripts.
Aesthetic approval from tedu@.
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r-- | sys/lib/libkern/arch/mips64/SYS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/mips64/SYS.h b/sys/lib/libkern/arch/mips64/SYS.h index 83570fd0a02..d86499a73c9 100644 --- a/sys/lib/libkern/arch/mips64/SYS.h +++ b/sys/lib/libkern/arch/mips64/SYS.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: SYS.h,v 1.1 2004/08/11 10:29:59 pefo Exp $*/ +/* $OpenBSD: SYS.h,v 1.2 2015/01/19 15:30:52 krw Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. |