4.4BSD/usr/src/contrib/diskless.nfs/swapvmunix.c

Compare this file to the similar file:
Show the results in this format:

#include "sys/param.h"
#include "sys/conf.h"

dev_t	rootdev = NODEV;
dev_t	dumpdev = NODEV;

struct	swdevt swdevt[] = {
	{ NODEV,	0,	5000 },	/* Remote NFS swap  */
	{ 0, 0, 0 }
};