diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-10 18:52:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-10 18:52:59 +0000 |
commit | 6d42ec45884b3c21dae238886e399f72d45c3ea8 (patch) | |
tree | fcc405fbbc67deb5b6cdb98e563c41a1830a6183 /sys/arch/sgi/include/exec.h | |
parent | 52d94c5f5de7bdf01473413f9e1fd752aa91d64d (diff) |
spacing
Diffstat (limited to 'sys/arch/sgi/include/exec.h')
-rw-r--r-- | sys/arch/sgi/include/exec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/include/exec.h b/sys/arch/sgi/include/exec.h index 75242789a88..853859b6046 100644 --- a/sys/arch/sgi/include/exec.h +++ b/sys/arch/sgi/include/exec.h @@ -1,8 +1,8 @@ -/* $OpenBSD: exec.h,v 1.2 2004/08/09 14:57:26 pefo Exp $ */ +/* $OpenBSD: exec.h,v 1.3 2004/08/10 18:52:58 deraadt Exp $ */ /* * Copyright (c) 1996-2003 Per Fogelstrom - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -63,7 +63,7 @@ /* Information taken from MIPS ABI supplemental */ -/* Architecture dependent Segment types - p_type */ +/* Architecture dependent Segment types - p_type */ #define PT_MIPS_REGINFO 0x70000000 /* Register usage information */ /* Architecture dependent d_tag field for Elf32_Dyn. */ |