diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-02 06:44:48 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-02 06:44:48 +0000 |
commit | a1ab0133973a053ec8cb7034b5f525c772d2c6d6 (patch) | |
tree | 348052b6165a33d50f05b52e0989ec9095b81452 /sys/arch/amiga/dev/viewioctl.h | |
parent | 357d854e83a35ee1bdb134546c9f0e8b086a8833 (diff) |
Sync with NetBSD 9600430. The port has gone over a major -Wall treat
Diffstat (limited to 'sys/arch/amiga/dev/viewioctl.h')
-rw-r--r-- | sys/arch/amiga/dev/viewioctl.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/amiga/dev/viewioctl.h b/sys/arch/amiga/dev/viewioctl.h index ab33c162e88..ca88ef965c8 100644 --- a/sys/arch/amiga/dev/viewioctl.h +++ b/sys/arch/amiga/dev/viewioctl.h @@ -1,4 +1,5 @@ -/* $NetBSD: viewioctl.h,v 1.5 1994/10/26 02:05:07 cgd Exp $ */ +/* $OpenBSD: viewioctl.h,v 1.2 1996/05/02 06:44:37 niklas Exp $ */ +/* $NetBSD: viewioctl.h,v 1.6 1996/04/21 21:12:40 veego Exp $ */ /* * Copyright (c) 1994 Christian E. Hopps @@ -55,3 +56,8 @@ struct view_size { #define VIOCSCMAP _IOW('V', 0x5, colormap_t) #define VIOCGCMAP _IOWR('V', 0x6, colormap_t) +#ifdef _KERNEL +int viewioctl __P((dev_t, u_long, caddr_t, int, struct proc *)); +void viewprobe __P((void)); +#endif + |