summaryrefslogtreecommitdiffstats
path: root/bin/sh/show.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/show.c')
-rw-r--r--bin/sh/show.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sh/show.c b/bin/sh/show.c
index cd7b195..b49c147 100644
--- a/bin/sh/show.c
+++ b/bin/sh/show.c
@@ -32,12 +32,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: show.c,v 1.7 1997/02/22 13:58:45 peter Exp $
*/
#ifndef lint
-static char const sccsid[] = "@(#)show.c 8.3 (Berkeley) 5/4/95";
+#if 0
+static char sccsid[] = "@(#)show.c 8.3 (Berkeley) 5/4/95";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <stdio.h>
OpenPOWER on IntegriCloud