diff options
author | 2004-06-04 18:56:03 +0000 | |
---|---|---|
committer | 2004-06-04 18:56:03 +0000 | |
commit | c008049daad88a9dd6ce6cf80a988f6ce3866117 (patch) | |
tree | 0c21e08ec6fefba28fc7affd40641522909a423d | |
parent | Consistently use "secret passphrase" for the passphrase made up by the user (diff) | |
download | wireguard-openbsd-c008049daad88a9dd6ce6cf80a988f6ce3866117.tar.xz wireguard-openbsd-c008049daad88a9dd6ce6cf80a988f6ce3866117.zip |
Kill sys/cdefs.h
-rw-r--r-- | sys/arch/i386/pci/elan520.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/elan520.c b/sys/arch/i386/pci/elan520.c index 2a3298691b1..08cba992813 100644 --- a/sys/arch/i386/pci/elan520.c +++ b/sys/arch/i386/pci/elan520.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elan520.c,v 1.6 2004/02/14 15:09:22 grange Exp $ */ +/* $OpenBSD: elan520.c,v 1.7 2004/06/04 18:56:03 grange Exp $ */ /* $NetBSD: elan520.c,v 1.4 2002/10/02 05:47:15 thorpej Exp $ */ /*- @@ -43,7 +43,6 @@ * extra features on the SC520, such as the watchdog timer and GPIO. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> |