diff options
author | Alan Modra <modra@gmail.com> | 2003-08-07 02:25:50 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2003-08-07 02:25:50 +0000 |
commit | 61982e3c094083f483ef04a1ab02e6159e13f7bb (patch) | |
tree | 18f1ca29d431bebf16eac7427f57c9a43d2ea870 /include/nlm/internal.h | |
parent | 0601b11fb647ed948cb0e2ad33ece143532631fb (diff) | |
download | cygnal-61982e3c094083f483ef04a1ab02e6159e13f7bb.tar.gz cygnal-61982e3c094083f483ef04a1ab02e6159e13f7bb.tar.bz2 cygnal-61982e3c094083f483ef04a1ab02e6159e13f7bb.zip |
Convert to C90.
Diffstat (limited to 'include/nlm/internal.h')
-rw-r--r-- | include/nlm/internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nlm/internal.h b/include/nlm/internal.h index cae93f80b..f61c42db8 100644 --- a/include/nlm/internal.h +++ b/include/nlm/internal.h @@ -1,5 +1,5 @@ /* NLM (NetWare Loadable Module) support for BFD. - Copyright 1993, 1994 Free Software Foundation, Inc. + Copyright 1993, 1994, 2003 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support. @@ -282,7 +282,7 @@ typedef struct nlm_internal_custom_header file_ptr dataOffset; bfd_size_type dataLength; char dataStamp[8]; - PTR hdr; + void *hdr; } Nlm_Internal_Custom_Header; #define nlm32_internal_custom_header nlm_internal_custom_header |