diff options
author | 2015-01-19 15:30:52 +0000 | |
---|---|---|
committer | 2015-01-19 15:30:52 +0000 | |
commit | 5f1af72573cee93c12dd2774782e174dd554fc9c (patch) | |
tree | eec7c0a8476c773370759be5a725cdce3e8d9794 /sys/lib/libkern/arch | |
parent | Remove unnecessary <netinet/ip_ipsp.h> includes (diff) | |
download | wireguard-openbsd-5f1af72573cee93c12dd2774782e174dd554fc9c.tar.xz wireguard-openbsd-5f1af72573cee93c12dd2774782e174dd554fc9c.zip |
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/arch')
-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. |