summaryrefslogtreecommitdiffstats
path: root/wump
diff options
context:
space:
mode:
Diffstat (limited to 'wump')
-rw-r--r--wump/pathnames.h3
-rw-r--r--wump/wump.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/wump/pathnames.h b/wump/pathnames.h
index 62e4203e..262ab2d3 100644
--- a/wump/pathnames.h
+++ b/wump/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.1 (Berkeley) 6/1/90
+ * from: @(#)pathnames.h 5.1 (Berkeley) 6/1/90
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:49:22 mycroft Exp $
*/
#define _PATH_PAGER "/usr/bin/more"
diff --git a/wump/wump.c b/wump/wump.c
index 7d40b69b..d316cf41 100644
--- a/wump/wump.c
+++ b/wump/wump.c
@@ -42,7 +42,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)wump.c 4.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)wump.c 4.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: wump.c,v 1.2 1993/08/01 18:49:20 mycroft Exp $";
#endif /* not lint */
/*