Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun68k/sun68k Removed. It's easier to keep this fi...
details: https://anonhg.NetBSD.org/src/rev/c91bbe137ec7
branches: trunk
changeset: 512733:c91bbe137ec7
user: fredette <fredette%NetBSD.org@localhost>
date: Sun Jul 15 16:28:55 2001 +0000
description:
Removed. It's easier to keep this file with MACHINE-specific
sources.
diffstat:
sys/arch/sun68k/sun68k/procfs_machdep.c | 20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)
diffs (24 lines):
diff -r 3c8d43decc87 -r c91bbe137ec7 sys/arch/sun68k/sun68k/procfs_machdep.c
--- a/sys/arch/sun68k/sun68k/procfs_machdep.c Sun Jul 15 16:27:57 2001 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-/* $NetBSD: procfs_machdep.c,v 1.1 2001/06/27 02:48:32 fredette 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