From 61982e3c094083f483ef04a1ab02e6159e13f7bb Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 7 Aug 2003 02:25:50 +0000 Subject: Convert to C90. --- include/nlm/ChangeLog | 4 ++++ include/nlm/internal.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'include/nlm') diff --git a/include/nlm/ChangeLog b/include/nlm/ChangeLog index 979b16212..b3c9529b8 100644 --- a/include/nlm/ChangeLog +++ b/include/nlm/ChangeLog @@ -1,3 +1,7 @@ +2003-08-07 Alan Modra + + * internal.h (Nlm_Internal_Custom_Header): Replace PTR with void *. + 2001-10-02 Alan Modra * common.h (NLM_CAT, NLM_CAT3): Don't define. 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 -- cgit v1.2.3