summaryrefslogtreecommitdiffstats
path: root/bin/dd/misc.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
committercharnier <charnier@FreeBSD.org>1998-05-06 06:51:42 +0000
commitc4d26d7f835032c231da4c6219c73b2679691222 (patch)
treea83653b0a70dcb5e787512cfa4954591689bf876 /bin/dd/misc.c
parent32338c8e0512ee1c5643fd65a793a21fabadfcfa (diff)
downloadFreeBSD-src-c4d26d7f835032c231da4c6219c73b2679691222.zip
FreeBSD-src-c4d26d7f835032c231da4c6219c73b2679691222.tar.gz
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
Diffstat (limited to 'bin/dd/misc.c')
-rw-r--r--bin/dd/misc.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/bin/dd/misc.c b/bin/dd/misc.c
index fcd5dd4..eae6d51 100644
--- a/bin/dd/misc.c
+++ b/bin/dd/misc.c
@@ -33,23 +33,20 @@
* 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.
- *
- * $Id: misc.c,v 1.11 1998/02/11 02:23:31 asami Exp $
*/
#ifndef lint
+#if 0
static char const sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
-#include <sys/types.h>
#include <sys/time.h>
-#include <err.h>
#include <errno.h>
#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <time.h>
#include <unistd.h>
#include "dd.h"
OpenPOWER on IntegriCloud