diff options
author | 2000-03-23 17:09:48 +0000 | |
---|---|---|
committer | 2000-03-23 17:09:48 +0000 | |
commit | de89a0cfb722256b2adb2d4a37640f10c771e9aa (patch) | |
tree | b9ce69ad20dd01bcf8c1dce4a32db98b5db58291 | |
parent | not changes in script (diff) | |
download | wireguard-openbsd-de89a0cfb722256b2adb2d4a37640f10c771e9aa.tar.xz wireguard-openbsd-de89a0cfb722256b2adb2d4a37640f10c771e9aa.zip |
<sys/callout.h> is no longer.
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_hdr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h index 30aca0a3842..9340888567a 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/arch/i386/isa/pcvt/pcvt_hdr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_hdr.h,v 1.33 2000/02/27 19:31:05 aaron Exp $ */ +/* $OpenBSD: pcvt_hdr.h,v 1.34 2000/03/23 17:09:48 aaron Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -83,9 +83,9 @@ #include <sys/user.h> #include <sys/tty.h> #include <sys/uio.h> -#include <sys/callout.h> #include <sys/kernel.h> #include <sys/syslog.h> +#include <sys/msgbuf.h> #include <sys/malloc.h> #include <sys/time.h> #ifdef DDB |