Module Name:    src
Committed By:   pooka
Date:           Tue Dec 14 19:04:05 UTC 2010

Modified Files:
        src/bin/dd: dd.c

Log Message:
remove some leftover development garbage


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/bin/dd/dd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/dd/dd.c
diff -u src/bin/dd/dd.c:1.44 src/bin/dd/dd.c:1.45
--- src/bin/dd/dd.c:1.44	Mon Nov 22 21:04:27 2010
+++ src/bin/dd/dd.c	Tue Dec 14 19:04:05 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: dd.c,v 1.44 2010/11/22 21:04:27 pooka Exp $	*/
+/*	$NetBSD: dd.c,v 1.45 2010/12/14 19:04:05 pooka Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)dd.c	8.5 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: dd.c,v 1.44 2010/11/22 21:04:27 pooka Exp $");
+__RCSID("$NetBSD: dd.c,v 1.45 2010/12/14 19:04:05 pooka Exp $");
 #endif
 #endif /* not lint */
 
@@ -100,8 +100,6 @@
 	.op_write = write,
 };
 
-#include <rump/rumpclient.h>
-
 int
 main(int argc, char *argv[])
 {

Reply via email to