summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/sigframe.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-05 01:36:46 +0000
committerobrien <obrien@FreeBSD.org>2001-09-05 01:36:46 +0000
commit34ad4938d7b13071cec2b5866ff9e86958fee591 (patch)
tree5d3702b54b0b14f9bfe65adc02f757d9f356ccb4 /sys/amd64/include/sigframe.h
parent2f864814fffdc5d1caeb9a8e0535608dc6be9556 (diff)
downloadFreeBSD-src-34ad4938d7b13071cec2b5866ff9e86958fee591.zip
FreeBSD-src-34ad4938d7b13071cec2b5866ff9e86958fee591.tar.gz
style(9) the structure definitions.
Diffstat (limited to 'sys/amd64/include/sigframe.h')
-rw-r--r--sys/amd64/include/sigframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/sigframe.h b/sys/amd64/include/sigframe.h
index cf76453..27be404 100644
--- a/sys/amd64/include/sigframe.h
+++ b/sys/amd64/include/sigframe.h
@@ -35,7 +35,7 @@
* Signal frames, arguments passed to application signal handlers.
*/
-struct osigframe {
+struct osigframe {
/*
* The first four members may be used by applications.
*/
OpenPOWER on IntegriCloud