Delete copy of empty function.

This commit is contained in:
christos 2004-11-14 19:03:50 +00:00
parent 9e909da589
commit 1666a373fd
1 changed files with 0 additions and 23 deletions

View File

@ -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;
}