diff options
author | Ulrich Drepper <[email protected]> | 2006-06-15 03:21:46 +0000 |
---|---|---|
committer | Ulrich Drepper <[email protected]> | 2006-06-15 03:21:46 +0000 |
commit | ee4b927bae351b21787355e00a3d28371bf78e8f (patch) | |
tree | 96b9db5c08be2adb0094508afd7c7ea69291341d /libebl/libeblP.h | |
parent | 1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd (diff) |
New spec file.elfutils-0.121
Diffstat (limited to 'libebl/libeblP.h')
-rw-r--r-- | libebl/libeblP.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libebl/libeblP.h b/libebl/libeblP.h index 7bb4c376..ff70b679 100644 --- a/libebl/libeblP.h +++ b/libebl/libeblP.h @@ -1,5 +1,5 @@ /* Internal definitions for interface for libebl. - Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 Red Hat, Inc. + Copyright (C) 2000, 2001, 2002, 2004, 2005 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify @@ -77,9 +77,6 @@ struct ebl # include "ebl-hooks.h" # undef EBLHOOK - /* Size of entry in Sysv-style hash table. */ - int sysvhash_entrysize; - /* Internal data. */ void *dlhandle; }; @@ -90,7 +87,6 @@ typedef const char *(*ebl_bhinit_t) (Elf *, GElf_Half, Ebl *, size_t); /* gettext helper macros. */ -#undef _ #define _(Str) dgettext ("elfutils", Str) #endif /* libeblP.h */ |