From 6ae77c4673de493ed527444be3b90f0647133226 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 27 Oct 2003 15:31:19 +0000 Subject: [PATCH] Backout last commit, oops! SIGCKPT had already been added and it was redundant. --- contrib/tcsh/sh.init.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/contrib/tcsh/sh.init.c b/contrib/tcsh/sh.init.c index a7944e068e..e34fdd4133 100644 --- a/contrib/tcsh/sh.init.c +++ b/contrib/tcsh/sh.init.c @@ -1,6 +1,6 @@ /* * $Header: /src/pub/tcsh/sh.init.c,v 3.49 2002/03/08 17:36:46 christos Exp $ - * $DragonFly: src/contrib/tcsh/Attic/sh.init.c,v 1.4 2003/10/24 17:14:14 dillon Exp $ + * $DragonFly: src/contrib/tcsh/Attic/sh.init.c,v 1.5 2003/10/27 15:31:19 dillon Exp $ */ /* * sh.init.c: Function and signal tables @@ -480,20 +480,6 @@ mesginit() # endif /* !SIGPOLL || SIGPOLL != SIGIO */ #endif /* SIGIO */ -#ifdef SIGCKPT - if (mesg[SIGCKPT].pname == NULL) { - mesg[SIGCKPT].iname = "CKPT"; - mesg[SIGCKPT].pname = CSAVS(2, 34, "Checkpoint and continue"); - } -#endif /* SIGCKPT */ - -#ifdef SIGCKPTEXIT - if (mesg[SIGCKPTEXIT].pname == NULL) { - mesg[SIGCKPTEXIT].iname = "CKPTEXIT"; - mesg[SIGCKPTEXIT].pname = CSAVS(2, 35, "Checkpoint and eXit"); - } -#endif /* SIGCKPTEXIT */ - #ifdef SIGURG if (mesg[SIGURG].pname == NULL) { mesg[SIGURG].iname = "URG"; @@ -1085,7 +1071,6 @@ mesginit() } #endif /* SIGXRLG3 */ - #ifdef SIGCKPT /* DragonFly BSD */ if (mesg[SIGCKPT].pname == NULL) { -- 2.41.0