summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-09-09 14:57:17 +0000
committerdd <dd@FreeBSD.org>2001-09-09 14:57:17 +0000
commit5c5bedf0e560f3dd9408a34c586272cf1510efd4 (patch)
tree3c29205b337587d36aa47e02e3c630c1f01795dc /sys
parent6d3261b0d9000b57fde88ba4de12958c014605d1 (diff)
downloadFreeBSD-src-5c5bedf0e560f3dd9408a34c586272cf1510efd4.zip
FreeBSD-src-5c5bedf0e560f3dd9408a34c586272cf1510efd4.tar.gz
Use protected variables names in prototypes visible to the userland as
per style(9) and most other header files in sys/.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/module.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/module.h b/sys/sys/module.h
index 285126f..eff2e02 100644
--- a/sys/sys/module.h
+++ b/sys/sys/module.h
@@ -173,10 +173,10 @@ struct module_stat {
#include <sys/cdefs.h>
__BEGIN_DECLS
-int modnext(int modid);
-int modfnext(int modid);
-int modstat(int modid, struct module_stat* stat);
-int modfind(const char *name);
+int modnext(int _modid);
+int modfnext(int _modid);
+int modstat(int _modid, struct module_stat* _stat);
+int modfind(const char *_name);
__END_DECLS
#endif
OpenPOWER on IntegriCloud