diff options
Diffstat (limited to 'usr.bin/gcore')
| -rw-r--r-- | usr.bin/gcore/elfcore.c | 2 | ||||
| -rw-r--r-- | usr.bin/gcore/gcore.c | 2 | ||||
| -rw-r--r-- | usr.bin/gcore/md-nop.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index af199ca8f705..ff8d87dfa4ca 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: elfcore.c,v 1.1 1998/10/19 19:42:18 jdp Exp $ + * $Id: elfcore.c,v 1.2 1998/11/01 06:35:36 jdp Exp $ */ #include <sys/param.h> diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 4702003b8afc..5a0b71230b01 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif static const char rcsid[] = - "$Id: gcore.c,v 1.12 1998/10/22 04:02:37 jdp Exp $"; + "$Id: gcore.c,v 1.13 1998/11/01 06:35:36 jdp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/gcore/md-nop.c b/usr.bin/gcore/md-nop.c index b7dcdc4a73fc..e1234915ad37 100644 --- a/usr.bin/gcore/md-nop.c +++ b/usr.bin/gcore/md-nop.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)md-nop.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: md-nop.c,v 1.2 1997/07/08 11:04:18 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |
