diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-14 17:21:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-14 17:21:45 +0000 |
commit | d93e1f2a78078a7e701b7c003921e4da343140fa (patch) | |
tree | db8ee1b4c969439c7fbdeafe965bec8df0c801f2 /sys/lib | |
parent | 47dac815c207d39253e331fe7e3a174113897439 (diff) |
s/ecoff_filehdr/ecoff_exechdr/
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libsa/exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/exec.h b/sys/lib/libsa/exec.h index 36abf1611e0..53525d499cf 100644 --- a/sys/lib/libsa/exec.h +++ b/sys/lib/libsa/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.1 1998/07/14 03:29:08 mickey Exp $ */ +/* $OpenBSD: exec.h,v 1.2 1998/07/14 17:21:44 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -53,7 +53,7 @@ union x_header { struct exec x_aout; #endif #ifdef EXEC_ECOFF - struct ecoff_filehdr x_ecoff; + struct ecoff_exechdr x_ecoff; #endif #ifdef EXEC_ELF struct elfhdr x_elf; |