Date: Thu, 13 Dec 2001 15:19:18 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/smbfs smbfs_vfsops.c Message-ID: <603.1008249558@axl.seasidesoftware.co.za> In-Reply-To: Your message of "Thu, 13 Dec 2001 05:08:35 PST." <200112131308.fBDD8Zm59173@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 Dec 2001 05:08:35 PST, Sheldon Hearn wrote: > Modified files: > sys/fs/smbfs smbfs_vfsops.c > Log: > Add module dependency on libmchain. > > With this change, mounting an smb share (using mount_smb, which is not > yet included in the tree) without any of smbfs, libiconv or libmchain > compiled into the kernel or loaded works. I included <sys/module.h>, which is already included by <sys/kernel.h>. I did this because I'm guessing it's _not_ okay to assume that <sys/kernel.h> will include <sys/module.h>. Am I right, or should I remove the explicit inclusion of <sys/module.h>? Ciao, Sheldon. 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?603.1008249558>