From owner-cvs-all Sun Feb 24 14:47:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id 0862537B416; Sun, 24 Feb 2002 14:47:38 -0800 (PST) Received: from DougBarton.net (12-234-22-238.client.attbi.com [12.234.22.238]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 2571D8B5A4; Sun, 24 Feb 2002 14:47:37 -0800 (PST) Message-ID: <3C796D88.7581D74F@DougBarton.net> Date: Sun, 24 Feb 2002 14:47:36 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/procfs procfs.c References: <200202182141.g1ILfBg02078@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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