1
0
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:
David E. O'Brien 2001-09-05 16:20:30 +00:00
parent 8dc63fa70b
commit 45ae6e9aca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83088
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -31,7 +31,7 @@
#include <sys/sysproto.h>
#ifndef _SYS_SYSPROTO_H_
struct sysarch_args {
struct sysarch_args {
int op;
char *parms;
};