Re: sys/modules/procfs/Makefile buglet

1999-05-06 Thread SANETO Takanori
Oops, those symbols are in /kernel, of course. Sorry for bothering you with my noisy message. In article <87hfpqfb98@ba2.so-net.ne.jp> Takanori Saneto said: >% nm /modules/procfs.ko | egrep ' U procfs_' > U procfs_read_fpregs > U procfs_read_regs > U procfs_

Re: sys/modules/procfs/Makefile buglet

1999-05-06 Thread Takanori Saneto
Besides procfs_rlimit(), there are several undefined symbols in procfs.ko: % nm /modules/procfs.ko | egrep ' U procfs_' U procfs_read_fpregs U procfs_read_regs U procfs_sstep U procfs_write_fpregs U procfs_write_regs Is this OK? -- さねを mailto:san...@b

sys/modules/procfs/Makefile buglet

1999-05-04 Thread Jos Backus
--- Makefile.orig Tue May 4 21:26:56 1999 +++ MakefileTue May 4 21:27:25 1999 @@ -3,7 +3,8 @@ .PATH: ${.CURDIR}/../../miscfs/procfs KMOD= procfs SRCS= opt_vmpage.h procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c \ - procfs_subr.c procfs_type.c procfs_vfsops.c procfs_v