diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-12 09:23:05 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-12 09:23:05 +0000 |
commit | 8d8b19f8aeed870822f670f3c2021ad9dfb093ed (patch) | |
tree | 4beb1783a7d9412aeedac252fa47bddc8d5a2aa4 /sys | |
parent | 7d97ac10fd797da40d043311ee5dcadd16069b56 (diff) |
More headers needed by userland.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/socppc/include/reloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/socppc/include/reloc.h b/sys/arch/socppc/include/reloc.h new file mode 100644 index 00000000000..2794f995c86 --- /dev/null +++ b/sys/arch/socppc/include/reloc.h @@ -0,0 +1,3 @@ +/* $OpenBSD: reloc.h,v 1.1 2008/05/12 09:23:04 kettenis Exp $ */ + +#include <powerpc/reloc.h> |