diff options
author | des <des@FreeBSD.org> | 2001-12-09 00:35:30 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-12-09 00:35:30 +0000 |
commit | 2a99d8ecbaa3d51a61ed77d7ffd60401f8ed86de (patch) | |
tree | eb35c4c9ad69e80fad36220f88e5b1bd798c4b2e /sys/fs/procfs/procfs.c | |
parent | b2e2ac1d06e2dcb67ebcc9b142d19245362fa869 (diff) | |
download | FreeBSD-src-2a99d8ecbaa3d51a61ed77d7ffd60401f8ed86de.zip FreeBSD-src-2a99d8ecbaa3d51a61ed77d7ffd60401f8ed86de.tar.gz |
Fix various bugs in the debugging code and reenable it.
Diffstat (limited to 'sys/fs/procfs/procfs.c')
-rw-r--r-- | sys/fs/procfs/procfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs.c b/sys/fs/procfs/procfs.c index 18544d0..76c128f 100644 --- a/sys/fs/procfs/procfs.c +++ b/sys/fs/procfs/procfs.c @@ -163,10 +163,8 @@ procfs_init(PFS_INIT_ARGS) NULL, &procfs_notsystem, PFS_RD); node = pfs_create_file(dir, "mem", &procfs_doprocmem, &procfs_attr, &procfs_candebug, PFS_RDWR|PFS_RAW); -#ifdef PROCFS_DEBUG node->pn_ioctl = &procfs_ioctl; node->pn_close = &procfs_close; -#endif pfs_create_file(dir, "note", &procfs_doprocnote, &procfs_attr, &procfs_candebug, PFS_WR); pfs_create_file(dir, "notepg", &procfs_doprocnote, |