Date: Wed, 4 Jul 2007 15:15:19 GMT From: david chosrova <david.chosrova@libertysurf.fr> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/114292: [PATCH]dynamic module references Message-ID: <200707041515.l64FFJXv003103@www.freebsd.org> Resent-Message-ID: <200707041520.l64FK4xg070003@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114292 >Category: misc >Synopsis: [PATCH]dynamic module references >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 15:20:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: david chosrova >Release: 6-2 >Organization: >Environment: >Description: Hi, This the patch for module.h david chosrova >How-To-Repeat: >Fix: Patch attached with submission follows: --- module.h.orig Wed Jul 4 10:29:53 2007 +++ module.h Wed Jul 4 10:21:40 2007 @@ -147,7 +147,8 @@ int module_getid(module_t); module_t module_getfnext(module_t); void module_setspecific(module_t, modspecific_t *); - +int module_add_dynrefs(const char *); +int module_remove_dynrefs(const char *); #ifdef MOD_DEBUG extern int mod_debug; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707041515.l64FFJXv003103>