diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1998-05-13 07:33:54 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-05-13 07:33:54 +0000 |
commit | 1ba0e048a242cc1c02233fc6ac82135badf55cfc (patch) | |
tree | c9ecd8f46710fab1cd086f8f2aca7d68709300a1 /bin/dd/misc.c | |
parent | 574d12067746a019972bc7f4b9e95b062494d393 (diff) | |
download | src-test2-1ba0e048a242cc1c02233fc6ac82135badf55cfc.tar.gz src-test2-1ba0e048a242cc1c02233fc6ac82135badf55cfc.zip |
Notes
Diffstat (limited to 'bin/dd/misc.c')
-rw-r--r-- | bin/dd/misc.c | 5 |
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> |