Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/include Remove unused file.
details: https://anonhg.NetBSD.org/src/rev/96cd1c93eaa3
branches: trunk
changeset: 467738:96cd1c93eaa3
user: tsubai <tsubai%NetBSD.org@localhost>
date: Sun Mar 28 13:39:30 1999 +0000
description:
Remove unused file.
diffstat:
sys/arch/macppc/include/Makefile | 4 +-
sys/arch/macppc/include/iteioctl.h | 47 --------------------------------------
2 files changed, 2 insertions(+), 49 deletions(-)
diffs (69 lines):
diff -r ec396b74fa01 -r 96cd1c93eaa3 sys/arch/macppc/include/Makefile
--- a/sys/arch/macppc/include/Makefile Sun Mar 28 13:16:45 1999 +0000
+++ b/sys/arch/macppc/include/Makefile Sun Mar 28 13:39:30 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/01/15 13:31:25 bouyer Exp $
+# $NetBSD: Makefile,v 1.4 1999/03/28 13:39:30 tsubai Exp $
KDIR= /sys/arch/macppc/include
INCSDIR= /usr/include/macppc
@@ -6,7 +6,7 @@
INCS= adbsys.h ansi.h aout_machdep.h asm.h autoconf.h bat.h bswap.h bus.h \
cdefs.h cpu.h db_machdep.h disklabel.h elf_machdep.h endian.h \
float.h fpu.h frame.h grfioctl.h ieee.h ieeefp.h intr.h ipkdb.h \
- iteioctl.h kcore.h keyboard.h limits.h machine_type.h param.h pcb.h \
+ kcore.h keyboard.h limits.h machine_type.h param.h pcb.h \
pio.h pmap.h powerpc.h proc.h profile.h psl.h pte.h ptrace.h reg.h \
reloc.h setjmp.h signal.h stdarg.h trap.h types.h varargs.h \
vmparam.h z8530var.h
diff -r ec396b74fa01 -r 96cd1c93eaa3 sys/arch/macppc/include/iteioctl.h
--- a/sys/arch/macppc/include/iteioctl.h Sun Mar 28 13:16:45 1999 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-/* $NetBSD: iteioctl.h,v 1.1 1998/05/15 10:15:53 tsubai Exp $ */
-
-/*-
- * Copyright (C) 1994 Allen K. Briggs, Chris P. Caputo,
- * Michael L. Finch, Bradley A. Grantham, and
- * Lawrence A. Kesteloot
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the Alice Group.
- * 4. The names of the Alice Group or any of its members may not be used
- * to endorse or promote products derived from this software without
- * specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE ALICE GROUP ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE ALICE GROUP BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- */
-
-#include <sys/ioctl.h>
-
-struct bellparams{
- int freq; /* hertz frequency */
- int len; /* length in clock ticks */
- int vol; /* percentage volume */
-};
-
-#define ITEIOCGETBELL _IOR('I', 128, struct bellparams)
-#define ITEIOCSETBELL _IOW('I', 129, struct bellparams)
-#define ITEIOCRINGBELL _IO('I', 130)
Home |
Main Index |
Thread Index |
Old Index