summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-08-18 03:05:55 +0000
committerjake <jake@FreeBSD.org>2002-08-18 03:05:55 +0000
commitcbad7da0ab2b419ec22ba8825928782e9d755bda (patch)
tree49b3721a829f85d2af7d186e91239c664319688a /sys/sparc64
parent796b8d77a4349c05dff921682eac44ebbd25dc78 (diff)
downloadFreeBSD-src-cbad7da0ab2b419ec22ba8825928782e9d755bda.zip
FreeBSD-src-cbad7da0ab2b419ec22ba8825928782e9d755bda.tar.gz
Fix warning. These structs should probably be removed altogether.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/signal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/include/signal.h b/sys/sparc64/include/signal.h
index b13db13..f751d0b 100644
--- a/sys/sparc64/include/signal.h
+++ b/sys/sparc64/include/signal.h
@@ -47,9 +47,11 @@ typedef long sig_atomic_t;
typedef int osigset_t;
struct osigcontext {
+ int dummy;
};
struct sigcontext {
+ int dummy;
};
#endif /* !_ANSI_SOURCE */
OpenPOWER on IntegriCloud