Author: kevans
Date: Wed Aug 15 20:50:38 2018
New Revision: 337869
URL: https://svnweb.freebsd.org/changeset/base/337869

Log:
  dd(1): Kill off duplicate progress definition following r337865
  
  Reported by:  mmacy

Modified:
  head/bin/dd/extern.h

Modified: head/bin/dd/extern.h
==============================================================================
--- head/bin/dd/extern.h        Wed Aug 15 20:31:11 2018        (r337868)
+++ head/bin/dd/extern.h        Wed Aug 15 20:50:38 2018        (r337869)
@@ -47,7 +47,6 @@ void pos_out(void);
 double secs_elapsed(void);
 void progress(void);
 void summary(void);
-void progress(void);
 void sigalarm_handler(int);
 void siginfo_handler(int);
 void terminate(int);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to