diff options
author | John Birrell <jb@FreeBSD.org> | 2008-04-26 00:54:52 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 2008-04-26 00:54:52 +0000 |
commit | 275928fc142e604d7d091feb5eff54c72f241964 (patch) | |
tree | 8ca775b7063efa797f34e76afbae30ecb5cb3dc9 /cmd/mdb/tools/common/util.h | |
parent | 2de84d2572206157cf33d1fb75463eeb42ae8e42 (diff) |
Diffstat (limited to 'cmd/mdb/tools/common/util.h')
-rw-r--r-- | cmd/mdb/tools/common/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/mdb/tools/common/util.h b/cmd/mdb/tools/common/util.h index a0932ada0d573..34e191b6a6569 100644 --- a/cmd/mdb/tools/common/util.h +++ b/cmd/mdb/tools/common/util.h @@ -40,9 +40,7 @@ extern int findelfsecidx(Elf *, char *); extern void die(char *, ...); extern void elfdie(char *, ...); -#if defined(sun) extern const char *progname; -#endif #ifdef __cplusplus } |