diff options
author | 2011-07-05 09:14:15 +0000 | |
---|---|---|
committer | 2011-07-05 09:14:15 +0000 | |
commit | 68f23b88b6503d9269fc9e51c371b79b023ec33c (patch) | |
tree | a54e6b3e65dd71ed0af9f18283e9fa65906879ab | |
parent | Add disklabel defines for ia64. Okay krw@. (diff) | |
download | wireguard-openbsd-68f23b88b6503d9269fc9e51c371b79b023ec33c.tar.xz wireguard-openbsd-68f23b88b6503d9269fc9e51c371b79b023ec33c.zip |
remove comment: yes, they should be independent
-rw-r--r-- | sys/arch/amd64/include/userret.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/amd64/include/userret.h b/sys/arch/amd64/include/userret.h index 252ef380630..62cb5467a33 100644 --- a/sys/arch/amd64/include/userret.h +++ b/sys/arch/amd64/include/userret.h @@ -1,10 +1,6 @@ -/* $OpenBSD: userret.h,v 1.4 2008/06/26 05:42:09 ray Exp $ */ +/* $OpenBSD: userret.h,v 1.5 2011/07/05 09:14:15 deraadt Exp $ */ /* $NetBSD: userret.h,v 1.1 2003/04/26 18:39:49 fvdl Exp $ */ -/* - * XXXfvdl same as i386 counterpart, but should probably be independent. - */ - /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. * All rights reserved. |