Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139986306
D33291.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
476 B
Referenced Files
None
Subscribers
None
D33291.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/kernel.h b/sys/compat/linuxkpi/common/include/linux/kernel.h
--- a/sys/compat/linuxkpi/common/include/linux/kernel.h
+++ b/sys/compat/linuxkpi/common/include/linux/kernel.h
@@ -465,6 +465,12 @@
return (0);
}
+static inline int
+kstrtoull(const char *cp, unsigned int base, unsigned long long *res)
+{
+ return (kstrtou64(cp, base, (u64 *)res));
+}
+
static inline int
kstrtobool(const char *s, bool *res)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 19, 4:47 PM (9 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27082681
Default Alt Text
D33291.diff (476 B)
Attached To
Mode
D33291: LinuxKPI: Implement kstrtoull
Attached
Detach File
Event Timeline
Log In to Comment