/[mailutils]/mailutils/mh/mhn.c
ViewVC logotype

Diff of /mailutils/mh/mhn.c

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

revision 1.10 by gray, Tue Mar 25 22:09:21 2003 UTC revision 1.11 by gray, Wed Mar 26 18:54:00 2003 UTC
# Line 18  Line 18 
18  /* MH mhn command */  /* MH mhn command */
19    
20  #include <mh.h>  #include <mh.h>
21    #include <signal.h>
22  #include <mailutils/mime.h>  #include <mailutils/mime.h>
23  #define obstack_chunk_alloc xmalloc  #define obstack_chunk_alloc xmalloc
24  #define obstack_chunk_free free  #define obstack_chunk_free free
# Line 2509  main (int argc, char **argv) Line 2510  main (int argc, char **argv)
2510    argc -= index;    argc -= index;
2511    argv += index;    argv += index;
2512    
2513      signal (SIGPIPE, SIG_IGN);
2514      
2515    if (input_file)    if (input_file)
2516      {      {
2517        if (argc)        if (argc)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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