diff options
-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 b0322a6..56c51fd 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 4f6bed0..84552a2 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 cbe9d02..f5fe7ac 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 97c81c7..1e1c52f 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 eae6d51..6f7fcaf 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 1eee499..03ffed2 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> |