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