mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
style(9) the structure definitions.
This commit is contained in:
parent
8dc63fa70b
commit
45ae6e9aca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83088
@ -412,7 +412,7 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
|
||||
}
|
||||
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
struct sigreturn_args {
|
||||
struct sigreturn_args {
|
||||
ucontext_t *ucp;
|
||||
};
|
||||
#endif
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <sys/sysproto.h>
|
||||
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
struct sysarch_args {
|
||||
struct sysarch_args {
|
||||
int op;
|
||||
char *parms;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user