diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-05-10 16:12:02 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-05-10 16:12:02 +0000 |
| commit | 2a90e2a9c97217d7ac21859ab2603f1f61ba230a (patch) | |
| tree | f8c780a942f19f7a16eb3106e48da8ac6bc37f8d /sys/arch/atari/include/cpu.h | |
| parent | 64e9f09f51af454990a1bc299af53e29d10488fe (diff) | |
Remove redundant bounds_check_with_label() prototype.
Diffstat (limited to 'sys/arch/atari/include/cpu.h')
| -rw-r--r-- | sys/arch/atari/include/cpu.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/atari/include/cpu.h b/sys/arch/atari/include/cpu.h index c56f9fbfece..eb4f5439dc9 100644 --- a/sys/arch/atari/include/cpu.h +++ b/sys/arch/atari/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.40 2003/01/17 22:34:22 thorpej Exp $ */ +/* $NetBSD: cpu.h,v 1.41 2003/05/10 16:12:03 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -198,13 +198,6 @@ void config_console __P((void)); long clkread __P((void)); /* - * Prototypes from disksubr.c - */ -struct buf; -struct disklabel; -int bounds_check_with_label __P((struct buf *, struct disklabel *, int)); - -/* * Prototypes from fpu.c */ char *fpu_describe __P((int)); |
