summaryrefslogtreecommitdiffstats
path: root/sys/sys/module.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-11-16 21:51:35 +0000
committerbrian <brian@FreeBSD.org>1999-11-16 21:51:35 +0000
commitfa089ea40acd74f58a2bb83ae7c5939434527ff5 (patch)
treeb36bbf18b3406280999294de9a9e88f24e88fbb7 /sys/sys/module.h
parentcc6b664e2eb821b39837e7bb980e5ee87e201491 (diff)
downloadFreeBSD-src-fa089ea40acd74f58a2bb83ae7c5939434527ff5.zip
FreeBSD-src-fa089ea40acd74f58a2bb83ae7c5939434527ff5.tar.gz
modfind(char *) -> modfind(const char *)
Ok'd by: dfr
Diffstat (limited to 'sys/sys/module.h')
-rw-r--r--sys/sys/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/module.h b/sys/sys/module.h
index 83cea0d..d95ae14 100644
--- a/sys/sys/module.h
+++ b/sys/sys/module.h
@@ -114,7 +114,7 @@ __BEGIN_DECLS
int modnext(int modid);
int modfnext(int modid);
int modstat(int modid, struct module_stat* stat);
-int modfind(char *name);
+int modfind(const char *name);
__END_DECLS
#endif
OpenPOWER on IntegriCloud