aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/pat_rep.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-15 06:30:58 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-15 06:30:58 +0000
commitc9a8d1f4ddce0e113129507ab55689b6e922f60d (patch)
tree4d875c54c001c6a85cd73996481b288987192123 /bin/pax/pat_rep.c
parent06f628852afd3c955a261b194603c90dbe0e0cfa (diff)
downloadsrc-c9a8d1f4ddce0e113129507ab55689b6e922f60d.tar.gz
src-c9a8d1f4ddce0e113129507ab55689b6e922f60d.zip
Correct use of .Nm. Add rcsid.
Notes
Notes: svn path=/head/; revision=36049
Diffstat (limited to 'bin/pax/pat_rep.c')
-rw-r--r--bin/pax/pat_rep.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c
index 800162bb5a71..f46dce1ea6fa 100644
--- a/bin/pax/pat_rep.c
+++ b/bin/pax/pat_rep.c
@@ -33,12 +33,14 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: pat_rep.c,v 1.10 1997/08/29 16:12:27 sos Exp $
*/
#ifndef lint
-static char const sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94";
+#if 0
+static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/types.h>