diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-15 02:02:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-15 02:02:45 +0000 |
commit | 8c8e2c846f8262a3603ec796149262b47740ecae (patch) | |
tree | 34e49ae4689a6115c9c2cdaeebc102d194fddf67 /sys/arch/powerpc/include/elf_abi.h | |
parent | 6a5ac86b44e1672a17310a61c8331dafeca2e085 (diff) |
KNF
Diffstat (limited to 'sys/arch/powerpc/include/elf_abi.h')
-rw-r--r-- | sys/arch/powerpc/include/elf_abi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/powerpc/include/elf_abi.h b/sys/arch/powerpc/include/elf_abi.h index 6628778bae3..d55a7962915 100644 --- a/sys/arch/powerpc/include/elf_abi.h +++ b/sys/arch/powerpc/include/elf_abi.h @@ -1,8 +1,8 @@ -/* $OpenBSD: elf_abi.h,v 1.1 2000/01/24 04:03:23 rahnds Exp $ */ +/* $OpenBSD: elf_abi.h,v 1.2 2002/09/15 02:02:44 deraadt Exp $ */ /* * Copyright (c) 1996 Per Fogelstrom - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -37,7 +37,7 @@ /* From MIPS ABI supplemental */ -/* Architecture dependent Segment types - p_type */ +/* Architecture dependent Segment types - p_type */ /* ??NONE?? */ /* Architecture dependent d_tag field for Elf32_Dyn. */ |