summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2015-01-19 15:30:52 +0000
committerkrw <krw@openbsd.org>2015-01-19 15:30:52 +0000
commit5f1af72573cee93c12dd2774782e174dd554fc9c (patch)
treeeec7c0a8476c773370759be5a725cdce3e8d9794 /sys/lib/libkern/arch
parentRemove unnecessary <netinet/ip_ipsp.h> includes (diff)
downloadwireguard-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.h2
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.