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 | |
parent | 574d12067746a019972bc7f4b9e95b062494d393 (diff) |
Notes
-rw-r--r-- | bin/dd/args.c | 4 | ||||
-rw-r--r-- | bin/dd/conv.c | 4 | ||||
-rw-r--r-- | bin/dd/conv_tab.c | 4 | ||||
-rw-r--r-- | bin/dd/dd.c | 4 | ||||
-rw-r--r-- | bin/dd/misc.c | 5 | ||||
-rw-r--r-- | bin/dd/position.c | 5 |
6 files changed, 14 insertions, 12 deletions
diff --git a/bin/dd/args.c b/bin/dd/args.c index b0322a6dbd91f..56c51fd9c2285 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -37,10 +37,10 @@ #ifndef lint #if 0 -static char const sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: args.c,v 1.12 1998/05/06 06:51:29 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/dd/conv.c b/bin/dd/conv.c index 4f6bed0aee7c9..84552a2c20834 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -37,10 +37,10 @@ #ifndef lint #if 0 -static char const sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: conv.c,v 1.9 1998/05/06 06:51:30 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index cbe9d02b7308b..f5fe7ac98e110 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -37,10 +37,10 @@ #ifndef lint #if 0 -static char const sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93"; +static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: conv_tab.c,v 1.7 1998/05/06 06:51:32 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 97c81c7f7227e..1e1c52f3320a8 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -43,10 +43,10 @@ static char const copyright[] = #ifndef lint #if 0 -static char const sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: dd.c,v 1.14 1998/05/06 06:51:39 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/dd/misc.c b/bin/dd/misc.c index eae6d513aae44..6f7fcafcd2f8d 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> diff --git a/bin/dd/position.c b/bin/dd/position.c index 1eee499b02c08..03ffed24f8965 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -37,12 +37,13 @@ #ifndef lint #if 0 -static char const sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94"; +static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: position.c,v 1.7 1998/05/06 06:51:42 charnier Exp $"; #endif /* not lint */ +#include <sys/types.h> #include <sys/mtio.h> #include <err.h> |