summaryrefslogtreecommitdiff
path: root/usr.bin/vi/perl_api
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-29 01:58:56 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-01-29 01:58:56 +0000
commit0584185e7c4788adcb1afaf1b86184ddefc5205e (patch)
treeac4de1476bc33075bf11333d1f8958fc9ac2aefe /usr.bin/vi/perl_api
parent7260d3cfea4d27edbeeb8d4fcdd130f507073558 (diff)
$OpenBSD$
Diffstat (limited to 'usr.bin/vi/perl_api')
-rw-r--r--usr.bin/vi/perl_api/perl.xs2
-rw-r--r--usr.bin/vi/perl_api/perlsfio.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/vi/perl_api/perl.xs b/usr.bin/vi/perl_api/perl.xs
index 9218b31cc4d..40921f8e51d 100644
--- a/usr.bin/vi/perl_api/perl.xs
+++ b/usr.bin/vi/perl_api/perl.xs
@@ -1,3 +1,5 @@
+/* $OpenBSD: perl.xs,v 1.2 2001/01/29 01:58:48 niklas Exp $ */
+
/*-
* Copyright (c) 1992, 1993, 1994
* The Regents of the University of California. All rights reserved.
diff --git a/usr.bin/vi/perl_api/perlsfio.c b/usr.bin/vi/perl_api/perlsfio.c
index ddba19034fe..28a9b5f9507 100644
--- a/usr.bin/vi/perl_api/perlsfio.c
+++ b/usr.bin/vi/perl_api/perlsfio.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: perlsfio.c,v 1.2 2001/01/29 01:58:48 niklas Exp $ */
+
/*-
* Copyright (c) 1996
* Keith Bostic. All rights reserved.