/[pengfork]/pengfork/src/sighndl.c
ViewVC logotype

Diff of /pengfork/src/sighndl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by chupa, Sat Oct 19 12:11:59 2002 UTC revision 1.3 by chupa, Sun Dec 1 01:19:07 2002 UTC
# Line 20  Line 20 
20   *                   *                
21   */   */
22    
23    #include "config.h"
24    
25  #include <stdlib.h>  #include <stdlib.h>
26  #include <signal.h>  #include <signal.h>
27    
28    #include "gettext.h"
29  #include "sighndl.h"  #include "sighndl.h"
30  #include "log.h"  #include "log.h"
31  #include "engine.h"  #include "engine.h"
# Line 33  void Line 36  void
36  sig_exit (signum)  sig_exit (signum)
37       int signum;       int signum;
38  {  {
39    char *string = "%s received, exiting.\n";    char *string = gettext ("%s received, exiting.\n");
40    
41    switch (signum)    switch (signum)
42      {      {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26