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 No need for a prototype of ofbcopy()...



details:   https://anonhg.NetBSD.org/src/rev/9813e88afedd
branches:  trunk
changeset: 959395:9813e88afedd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Feb 12 23:38:17 2021 +0000

description:
No need for a prototype of ofbcopy() here.

diffstat:

 sys/arch/macppc/include/autoconf.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5846dcb3bd4d -r 9813e88afedd sys/arch/macppc/include/autoconf.h
--- a/sys/arch/macppc/include/autoconf.h        Fri Feb 12 21:39:55 2021 +0000
+++ b/sys/arch/macppc/include/autoconf.h        Fri Feb 12 23:38:17 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.h,v 1.20 2020/07/07 02:33:54 rin Exp $        */
+/*     $NetBSD: autoconf.h,v 1.21 2021/02/12 23:38:17 thorpej Exp $    */
 
 /*-
  * Copyright (C) 1998  Internet Research Institute, Inc.
@@ -51,7 +51,6 @@
 };
 
 /* there are in locore.S */
-void ofbcopy(const void *, void *, size_t);
 int badaddr(volatile void *, int);
 
 /* these are in clock.c */



Home | Main Index | Thread Index | Old Index