Date: Sun, 24 Feb 2002 14:47:36 -0800 From: Doug Barton <DougB@DougBarton.net> To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/procfs procfs.c Message-ID: <3C796D88.7581D74F@DougBarton.net> References: <200202182141.g1ILfBg02078@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav wrote: > > des 2002/02/18 13:41:11 PST > > Modified files: > sys/fs/procfs procfs.c > Log: > Paranoia: if the process is setugid, set all sensitive files mode 0. > > Revision Changes Path > 1.4 +3 -1 src/sys/fs/procfs/procfs.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/fs/procfs/procfs.c.diff?&r1=1.3&r2=1.4&f=h Could your changes have anything to do with this: usr/libexec make KERNEL=kernel all linking kernel.debug procfs.o: In function `procfs_init': /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x1c0): undefined reference to `pfs_create_link' /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x1d4): undefined reference to `pfs_create_dir' /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x1ef): undefined reference to `pfs_create_file' /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x208): undefined reference to `pfs_create_file' /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x227): undefined reference to `pfs_create_file' /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x23d): undefined reference to `pfs_create_file' /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x25c): undefined reference to `pfs_create_file' procfs.o(.text+0x275):/usr/Local/src-current/sys/fs/procfs/procfs.c: more undefined references to `pfs_create_file' follow procfs.o: In function `procfs_init': /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x344): undefined reference to `pfs_create_link' procfs.o: In function `_procfs_mount': /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x37f): undefined reference to `pfs_mount' procfs.o: In function `_procfs_init': /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x399): undefined reference to `pfs_init' procfs.o: In function `_procfs_uninit': /usr/Local/src-current/sys/fs/procfs/procfs.c(.text+0x3b1): undefined reference to `pfs_uninit' procfs.o: In function `procfs_docurproc': /usr/Local/src-current/sys/fs/procfs/procfs.c(.data+0x68): undefined reference to `pfs_unmount' /usr/Local/src-current/sys/fs/procfs/procfs.c(.data+0x6c): undefined reference to `pfs_root' /usr/Local/src-current/sys/fs/procfs/procfs.c(.data+0x74): undefined reference to `pfs_statfs' *** Error code 1 Stop in /usr/obj/usr/Local/src-current/sys/MASTER-current. -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C796D88.7581D74F>