Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136401637
D50588.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D50588.diff
View Options
diff --git a/stand/common/module.c b/stand/common/module.c
--- a/stand/common/module.c
+++ b/stand/common/module.c
@@ -66,7 +66,7 @@
static void file_insert_tail(struct preloaded_file *mp);
static void file_remove(struct preloaded_file *fp);
static void file_remove_tail(struct preloaded_file *fp);
-struct file_metadata* metadata_next(struct file_metadata *base_mp, int type);
+static struct file_metadata * metadata_next(struct file_metadata *base_mp, int type);
static void moduledir_readhints(struct moduledir *mdp);
static void moduledir_rebuild(void);
@@ -554,7 +554,7 @@
/*
* File level interface, functions file_*
*/
-int
+static int
file_load(char *filename, vm_offset_t dest, struct preloaded_file **result)
{
static int last_file_format = 0;
@@ -915,7 +915,7 @@
* Find a module matching (name) inside of given file.
* NULL may be passed as a wildcard.
*/
-struct kernel_module *
+static struct kernel_module *
file_findmodule(struct preloaded_file *fp, char *modname,
struct mod_depend *verinfo)
{
@@ -1047,7 +1047,7 @@
return(0);
}
-struct file_metadata *
+static struct file_metadata *
metadata_next(struct file_metadata *md, int type)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 18, 3:09 PM (1 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25512586
Default Alt Text
D50588.diff (1 KB)
Attached To
Mode
D50588: style: Use static consistently
Attached
Detach File
Event Timeline
Log In to Comment