summaryrefslogtreecommitdiff
path: root/bin/dd/misc.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:33:54 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:33:54 +0000
commit1ba0e048a242cc1c02233fc6ac82135badf55cfc (patch)
treec9ecd8f46710fab1cd086f8f2aca7d68709300a1 /bin/dd/misc.c
parent574d12067746a019972bc7f4b9e95b062494d393 (diff)
downloadsrc-test2-1ba0e048a242cc1c02233fc6ac82135badf55cfc.tar.gz
src-test2-1ba0e048a242cc1c02233fc6ac82135badf55cfc.zip
Notes
Diffstat (limited to 'bin/dd/misc.c')
-rw-r--r--bin/dd/misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/dd/misc.c b/bin/dd/misc.c
index eae6d513aae4..6f7fcafcd2f8 100644
--- a/bin/dd/misc.c
+++ b/bin/dd/misc.c
@@ -37,12 +37,13 @@
#ifndef lint
#if 0
-static char const sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
+static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: misc.c,v 1.13 1998/05/06 06:51:40 charnier Exp $";
#endif /* not lint */
+#include <sys/types.h>
#include <sys/time.h>
#include <errno.h>