Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/news68k/news68k Remove copy of empty function.
details: https://anonhg.NetBSD.org/src/rev/def58d2fffc0
branches: trunk
changeset: 571242:def58d2fffc0
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 14 19:09:01 2004 +0000
description:
Remove copy of empty function.
diffstat:
sys/arch/news68k/news68k/procfs_machdep.c | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
diffs (27 lines):
diff -r 771b7051024d -r def58d2fffc0 sys/arch/news68k/news68k/procfs_machdep.c
--- a/sys/arch/news68k/news68k/procfs_machdep.c Sun Nov 14 19:08:13 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-/* $NetBSD: procfs_machdep.c,v 1.3 2003/07/15 02:59:27 lukem Exp $ */
-
-#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.3 2003/07/15 02:59:27 lukem Exp $");
-
-#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/mount.h>
-#include <sys/vnode.h>
-#include <miscfs/procfs/procfs.h>
-
-
-/*
- * Linux-style /proc/cpuinfo.
- * Only used when procfs is mounted with -o linux.
- */
-int
-procfs_getcpuinfstr(char *buf, int *len)
-{
- *len = 0;
-
- return 0;
-}
Home |
Main Index |
Thread Index |
Old Index