summaryrefslogtreecommitdiffstats
path: root/sys/dev/ccd.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-02 13:34:39 +0000
committerderaadt <deraadt@openbsd.org>1996-05-02 13:34:39 +0000
commit0d62ec25ea333e07ee41bf9a8fda6a39f157abda (patch)
treead8236bdc8bc0f06184655cf10b1d6e042f6909a /sys/dev/ccd.c
parentbizzare change in netbsd land (diff)
downloadwireguard-openbsd-0d62ec25ea333e07ee41bf9a8fda6a39f157abda.tar.xz
wireguard-openbsd-0d62ec25ea333e07ee41bf9a8fda6a39f157abda.zip
no sys/cpu.h
Diffstat (limited to 'sys/dev/ccd.c')
-rw-r--r--sys/dev/ccd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ccd.c b/sys/dev/ccd.c
index 5d15458568e..ec41ca4f399 100644
--- a/sys/dev/ccd.c
+++ b/sys/dev/ccd.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: ccd.c,v 1.10 1996/04/21 22:19:44 deraadt Exp $ */
-/* $NetBSD: ccd.c,v 1.31 1996/03/30 23:05:54 christos Exp $ */
+/* $OpenBSD: ccd.c,v 1.11 1996/05/02 13:34:39 deraadt Exp $ */
+/* $NetBSD: ccd.c,v 1.32 1996/04/22 01:26:39 christos Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -108,7 +108,6 @@
#include <sys/syslog.h>
#include <sys/fcntl.h>
#include <sys/vnode.h>
-#include <sys/cpu.h>
#include <sys/conf.h>
#include <dev/ccdvar.h>