Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/6752d3ae179f
branches:  trunk
changeset: 571237:6752d3ae179f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 14 19:02:26 2004 +0000

description:
Delete copy of empty function.

diffstat:

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

diffs (27 lines):

diff -r 91d5d6604b93 -r 6752d3ae179f sys/arch/luna68k/luna68k/procfs_machdep.c
--- a/sys/arch/luna68k/luna68k/procfs_machdep.c Sun Nov 14 19:01:22 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:31:02 lukem Exp $ */
-
-#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.3 2003/07/15 02:31:02 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