diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-06-30 02:31:13 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-06-30 02:40:02 +0000 |
commit | d20e6398e288393720f762d011dc332cf2262fd7 (patch) | |
tree | 15e1178bbe2f05d550b51ba8b4c61627243fc09b /usr/src/make_src/Make/bin/make/common/nse_printdep.cc | |
parent | b1c201156117c01a64e893fd5a69a5dd044ed09d (diff) | |
download | sunmake-d20e6398e288393720f762d011dc332cf2262fd7.tar.gz |
Ported to modern libc
Diffstat (limited to 'usr/src/make_src/Make/bin/make/common/nse_printdep.cc')
-rw-r--r-- | usr/src/make_src/Make/bin/make/common/nse_printdep.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/make_src/Make/bin/make/common/nse_printdep.cc b/usr/src/make_src/Make/bin/make/common/nse_printdep.cc index cda02f8..8b8785a 100644 --- a/usr/src/make_src/Make/bin/make/common/nse_printdep.cc +++ b/usr/src/make_src/Make/bin/make/common/nse_printdep.cc @@ -49,7 +49,6 @@ static void print_rule(register Name target); static void print_rec_info(Name target); static Boolean is_out_of_date(Property line); extern void depvar_print_results (void); -extern int printf (const char *, ...); extern int _flsbuf (unsigned int, FILE *); /* |