Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvme68k/mvme68k Delete copy of empty function.



details:   https://anonhg.NetBSD.org/src/rev/e4ac48e29c7c
branches:  trunk
changeset: 571239:e4ac48e29c7c
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 14 19:03:50 2004 +0000

description:
Delete copy of empty function.

diffstat:

 sys/arch/mvme68k/mvme68k/procfs_machdep.c |  23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)

diffs (27 lines):

diff -r 510e317aa1c3 -r e4ac48e29c7c sys/arch/mvme68k/mvme68k/procfs_machdep.c
--- a/sys/arch/mvme68k/mvme68k/procfs_machdep.c Sun Nov 14 19:03:06 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:43:50 lukem Exp $ */
-
-#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.3 2003/07/15 02:43:50 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