clang-format
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
#ifndef _COPYINOUT_H_
|
||||
#define _COPYINOUT_H_
|
||||
|
||||
|
||||
/*
|
||||
* copyin/copyout/copyinstr/copyoutstr are standard BSD kernel functions.
|
||||
*
|
||||
@@ -69,5 +68,4 @@ int copyout(const void *src, userptr_t userdest, size_t len);
|
||||
int copyinstr(const_userptr_t usersrc, char *dest, size_t len, size_t *got);
|
||||
int copyoutstr(const char *src, userptr_t userdest, size_t len, size_t *got);
|
||||
|
||||
|
||||
#endif /* _COPYINOUT_H_ */
|
||||
|
||||
Reference in New Issue
Block a user