summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-05 16:20:30 +0000
committerobrien <obrien@FreeBSD.org>2001-09-05 16:20:30 +0000
commit5f2415a1e944afe0b68330f6a37b04b185af81d8 (patch)
tree24aed8a88e406629456b680fe4b984325a255498 /sys
parent06419b3f675473cf3d71c57ee3d98bd87d957d51 (diff)
downloadFreeBSD-src-5f2415a1e944afe0b68330f6a37b04b185af81d8.zip
FreeBSD-src-5f2415a1e944afe0b68330f6a37b04b185af81d8.tar.gz
style(9) the structure definitions.
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/sparc64/machdep.c2
-rw-r--r--sys/sparc64/sparc64/sys_machdep.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c
index ba8cb5f..b26a9a7 100644
--- a/sys/sparc64/sparc64/machdep.c
+++ b/sys/sparc64/sparc64/machdep.c
@@ -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
diff --git a/sys/sparc64/sparc64/sys_machdep.c b/sys/sparc64/sparc64/sys_machdep.c
index 9e17895..0fd7a66 100644
--- a/sys/sparc64/sparc64/sys_machdep.c
+++ b/sys/sparc64/sparc64/sys_machdep.c
@@ -31,7 +31,7 @@
#include <sys/sysproto.h>
#ifndef _SYS_SYSPROTO_H_
-struct sysarch_args {
+struct sysarch_args {
int op;
char *parms;
};
OpenPOWER on IntegriCloud