aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/trap.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-18 06:44:24 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-18 06:44:24 +0000
commit3d7b5b9302e5c79bc5dffd599d6d17dcd9592b76 (patch)
treea30f1ce4315524ac8bfe683184b016d95f5f9ef6 /bin/sh/trap.c
parent1aad99bc66a029aca81fea29ae9ee1ef8ac38565 (diff)
downloadsrc-3d7b5b9302e5c79bc5dffd599d6d17dcd9592b76.tar.gz
src-3d7b5b9302e5c79bc5dffd599d6d17dcd9592b76.zip
Add rcsid. Spelling.
Notes
Notes: svn path=/head/; revision=36150
Diffstat (limited to 'bin/sh/trap.c')
-rw-r--r--bin/sh/trap.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sh/trap.c b/bin/sh/trap.c
index 94d6d7ce090e..b21928f2aeb6 100644
--- a/bin/sh/trap.c
+++ b/bin/sh/trap.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: trap.c,v 1.9 1997/11/05 23:33:58 ache Exp $
*/
#ifndef lint
-static char const sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95";
+#if 0
+static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <signal.h>