diff options
author | 2011-10-11 01:54:41 +0000 | |
---|---|---|
committer | 2011-10-11 01:54:41 +0000 | |
commit | f6d29059d44fd35f2c4a047c75eec493d1b12fef (patch) | |
tree | f1f3f201b48190c1857ae9343eb669487b215a73 /lib/libc | |
parent | document that virtual maps require a domain key (diff) | |
download | wireguard-openbsd-f6d29059d44fd35f2c4a047c75eec493d1b12fef.tar.xz wireguard-openbsd-f6d29059d44fd35f2c4a047c75eec493d1b12fef.zip |
Change to syscall is done, so delete an XXX comment
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/amd64/SYS.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/arch/amd64/SYS.h b/lib/libc/arch/amd64/SYS.h index 1995012e895..2821493c42e 100644 --- a/lib/libc/arch/amd64/SYS.h +++ b/lib/libc/arch/amd64/SYS.h @@ -1,4 +1,4 @@ -/* $OpenBSD: SYS.h,v 1.6 2011/09/05 02:56:44 guenther Exp $ */ +/* $OpenBSD: SYS.h,v 1.7 2011/10/11 01:54:41 guenther Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -35,10 +35,6 @@ * $NetBSD: SYS.h,v 1.5 2002/06/03 18:30:32 fvdl Exp $ */ -/* - * XXXfvdl change to use syscall/sysret. - */ - #include <machine/asm.h> #include <sys/syscall.h> |