aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-08-02 19:18:38 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-08-02 19:18:38 +0000
commit19d06401a48157fed653b6842b61d2db7060b03e (patch)
tree557eb2dbd566b80aacd4fd8098b5ab0f295472d2
parentc178776de472955022d9647cbb8b44f8df2c7d3c (diff)
downloadgdb-19d06401a48157fed653b6842b61d2db7060b03e.zip
gdb-19d06401a48157fed653b6842b61d2db7060b03e.tar.gz
gdb-19d06401a48157fed653b6842b61d2db7060b03e.tar.bz2
remove some conflicting decls
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/hosts/sun3.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index dce5628..2c1d0d7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+Mon Aug 2 12:18:03 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
+
+ * hosts/sun3.h: remove some more conflicting decls
+
Mon Aug 2 11:48:23 1993 Stu Grossman (grossman at cygnus.com)
* i386lynx.c: Remove unnecessary def of N_HEADER_IN_TEXT,
diff --git a/bfd/hosts/sun3.h b/bfd/hosts/sun3.h
index 8089e85..220ac09 100644
--- a/bfd/hosts/sun3.h
+++ b/bfd/hosts/sun3.h
@@ -34,7 +34,6 @@ extern char *memchr();
extern char *strrchr();
extern int chmod();
extern int fstat();
-extern int sscanf();
extern int stat();
extern int strtol();
#ifndef DONTDECLARE_MALLOC
@@ -46,7 +45,6 @@ extern char *strrchr();
extern char *ctime();
extern int _flsbuf();
extern int fclose();
-extern int time();
extern int utimes();
extern int vfprintf();
extern long atol();