aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:28 +0000
commit90aea514c6249118e880d75972d063362f4bf492 (patch)
tree7554174a8c3ec3245218734cd94fe1610a1b5625 /bin/dd
parente717cb04bec1a0a911dee2fbbef6079f7107adc5 (diff)
downloadsrc-90aea514c6249118e880d75972d063362f4bf492.tar.gz
src-90aea514c6249118e880d75972d063362f4bf492.zip
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/Makefile1
-rw-r--r--bin/dd/args.c3
-rw-r--r--bin/dd/conv.c3
-rw-r--r--bin/dd/conv_tab.c3
-rw-r--r--bin/dd/dd.12
-rw-r--r--bin/dd/dd.c3
-rw-r--r--bin/dd/dd.h2
-rw-r--r--bin/dd/extern.h2
-rw-r--r--bin/dd/misc.c3
-rw-r--r--bin/dd/position.c3
10 files changed, 0 insertions, 25 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile
index 90561ada199a..fde8e08db42a 100644
--- a/bin/dd/Makefile
+++ b/bin/dd/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <src.opts.mk>
diff --git a/bin/dd/args.c b/bin/dd/args.c
index 0e4edb6e2ca5..c16b37528f94 100644
--- a/bin/dd/args.c
+++ b/bin/dd/args.c
@@ -34,9 +34,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/param.h>
diff --git a/bin/dd/conv.c b/bin/dd/conv.c
index b7cc1e5b5383..2ac1e1229976 100644
--- a/bin/dd/conv.c
+++ b/bin/dd/conv.c
@@ -34,9 +34,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/param.h>
diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c
index e6cc873bf9b1..7f256e8fd032 100644
--- a/bin/dd/conv_tab.c
+++ b/bin/dd/conv_tab.c
@@ -34,9 +34,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/types.h>
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index 8971566bdeab..fa04b3673d39 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
-.\"
.Dd June 4, 2020
.Dt DD 1
.Os
diff --git a/bin/dd/dd.c b/bin/dd/dd.c
index c1e8a4efdc5f..a2997ea12249 100644
--- a/bin/dd/dd.c
+++ b/bin/dd/dd.c
@@ -40,9 +40,6 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/param.h>
diff --git a/bin/dd/dd.h b/bin/dd/dd.h
index ce00412073e3..d2d564494a54 100644
--- a/bin/dd/dd.h
+++ b/bin/dd/dd.h
@@ -31,8 +31,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)dd.h 8.3 (Berkeley) 4/2/94
*/
/* Input/output stream state. */
diff --git a/bin/dd/extern.h b/bin/dd/extern.h
index 760eecb14b59..505f107221c4 100644
--- a/bin/dd/extern.h
+++ b/bin/dd/extern.h
@@ -31,8 +31,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)extern.h 8.3 (Berkeley) 4/2/94
*/
void block(void);
diff --git a/bin/dd/misc.c b/bin/dd/misc.c
index 2cb0cad8bcc2..c9c99a13280f 100644
--- a/bin/dd/misc.c
+++ b/bin/dd/misc.c
@@ -34,9 +34,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/types.h>
diff --git a/bin/dd/position.c b/bin/dd/position.c
index c8ec531e6000..07a46e4a53fb 100644
--- a/bin/dd/position.c
+++ b/bin/dd/position.c
@@ -34,9 +34,6 @@
*/
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/types.h>