Module Name: src
Committed By: thorpej
Date: Fri Feb 12 23:38:17 UTC 2021
Modified Files:
src/sys/arch/macppc/include: autoconf.h
Log Message:
No need for a prototype of ofbcopy() here.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/macppc/include/autoconf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/macppc/include/autoconf.h
diff -u src/sys/arch/macppc/include/autoconf.h:1.20 src/sys/arch/macppc/include/autoconf.h:1.21
--- src/sys/arch/macppc/include/autoconf.h:1.20 Tue Jul 7 02:33:54 2020
+++ src/sys/arch/macppc/include/autoconf.h Fri Feb 12 23:38:17 2021
@@ -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 @@ struct confargs {
};
/* there are in locore.S */
-void ofbcopy(const void *, void *, size_t);
int badaddr(volatile void *, int);
/* these are in clock.c */