Skip to content

Commit

Permalink
more mass conversions, including ancient eMail addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Nov 8, 2008
1 parent 55415eb commit 2317c97
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions cpio.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" $MirOS: src/bin/pax/cpio.1,v 1.17 2008/03/14 17:05:06 tg Exp $
.\" $MirOS: src/bin/pax/cpio.1,v 1.18 2008/11/08 23:03:35 tg Exp $
.\" $OpenBSD: cpio.1,v 1.26 2007/05/31 19:19:15 jmc Exp $
.\"
.\" Copyright (c) 2005 Thorsten Glaser <tg@66h.42h.de>
.\" Copyright (c) 2005 Thorsten Glaser <tg@mirbsd.org>
.\" Copyright (c) 1997 SigmaSoft, Th. Lockert
.\" All rights reserved.
.\"
Expand Down Expand Up @@ -61,7 +61,7 @@
.\" .Dd must come before definition of .Mx, because when called
.\" with -mandoc, it might implement .Mx itself, but we want to
.\" use our own definition. And .Dd must come *first*, always.
.Dd $Mdocdate: March 14 2008 $
.Dd $Mdocdate: November 8 2008 $
.\"
.\" Implement .Mx (MirBSD)
.de Mx
Expand Down
6 changes: 3 additions & 3 deletions cpio.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/** $MirOS: src/bin/pax/cpio.c,v 1.12 2007/02/17 05:07:12 tg Exp $ */
/** $MirOS: src/bin/pax/cpio.c,v 1.13 2008/11/08 23:03:37 tg Exp $ */
/* $OpenBSD: cpio.c,v 1.17 2004/04/16 22:50:23 deraadt Exp $ */
/* $NetBSD: cpio.c,v 1.5 1995/03/21 09:07:13 cgd Exp $ */

/*-
* Copyright (c) 2005 Thorsten Glaser <tg@66h.42h.de>
* Copyright (c) 2005 Thorsten Glaser <tg@mirbsd.org>
* Copyright (c) 1992 Keith Muller.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -49,7 +49,7 @@
#include "options.h"

__SCCSID("@(#)cpio.c 8.1 (Berkeley) 5/31/93");
__RCSID("$MirOS: src/bin/pax/cpio.c,v 1.12 2007/02/17 05:07:12 tg Exp $");
__RCSID("$MirOS: src/bin/pax/cpio.c,v 1.13 2008/11/08 23:03:37 tg Exp $");

static int rd_nm(ARCHD *, int);
static int rd_ln_nm(ARCHD *);
Expand Down
4 changes: 2 additions & 2 deletions options.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* $NetBSD: options.c,v 1.6 1996/03/26 23:54:18 mrg Exp $ */

/*-
* Copyright (c) 2005, 2006, 2007 Thorsten Glaser <tg@66h.42h.de>
* Copyright (c) 2005, 2006, 2007 Thorsten Glaser <tg@mirbsd.org>
* Copyright (c) 1992 Keith Muller.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -56,7 +56,7 @@
#include "extern.h"

__SCCSID("@(#)options.c 8.2 (Berkeley) 4/18/94");
__RCSID("$MirOS: src/bin/pax/options.c,v 1.27 2008/10/29 17:00:07 tg Exp $");
__RCSID("$MirOS: src/bin/pax/options.c,v 1.28 2008/11/08 23:03:37 tg Exp $");

#ifdef __GLIBC__
char *fgetln(FILE *, size_t *);
Expand Down
4 changes: 2 additions & 2 deletions tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* $NetBSD: tables.c,v 1.4 1995/03/21 09:07:45 cgd Exp $ */

/*-
* Copyright (c) 2005 Thorsten Glaser <tg@66h.42h.de>
* Copyright (c) 2005 Thorsten Glaser <tg@mirbsd.org>
* Copyright (c) 1992 Keith Muller.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
Expand Down Expand Up @@ -49,7 +49,7 @@
#include "extern.h"

__SCCSID("@(#)tables.c 8.1 (Berkeley) 5/31/93");
__RCSID("$MirOS: src/bin/pax/tables.c,v 1.8 2007/10/23 20:07:42 tg Exp $");
__RCSID("$MirOS: src/bin/pax/tables.c,v 1.9 2008/11/08 23:03:38 tg Exp $");

/*
* Routines for controlling the contents of all the different databases pax
Expand Down
4 changes: 2 additions & 2 deletions tables.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/** $MirOS: src/bin/pax/tables.h,v 1.3 2007/10/23 20:07:42 tg Exp $ */
/** $MirOS: src/bin/pax/tables.h,v 1.4 2008/11/08 23:03:39 tg Exp $ */
/* $OpenBSD: tables.h,v 1.8 2006/08/05 23:05:13 ray Exp $ */
/* $NetBSD: tables.h,v 1.3 1995/03/21 09:07:47 cgd Exp $ */

/*-
* Copyright (c) 2005 Thorsten Glaser <tg@66h.42h.de>
* Copyright (c) 2005 Thorsten Glaser <tg@mirbsd.org>
* Copyright (c) 1992 Keith Muller.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
Expand Down

0 comments on commit 2317c97

Please sign in to comment.