summaryrefslogtreecommitdiff
path: root/usr.bin/printenv/printenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/printenv/printenv.c')
-rw-r--r--usr.bin/printenv/printenv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/printenv/printenv.c b/usr.bin/printenv/printenv.c
index 139c83df166..cd9593af6f3 100644
--- a/usr.bin/printenv/printenv.c
+++ b/usr.bin/printenv/printenv.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: printenv.c,v 1.2 1996/06/26 05:37:57 deraadt Exp $ */
+
/*
* Copyright (c) 1987 Regents of the University of California.
* All rights reserved.
@@ -39,7 +41,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)printenv.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: printenv.c,v 1.1 1995/10/18 08:45:57 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: printenv.c,v 1.2 1996/06/26 05:37:57 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>