emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/cvtmail.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lib-src/cvtmail.c
Date: Fri, 15 Feb 2002 07:06:48 -0500

Index: emacs/lib-src/cvtmail.c
diff -c emacs/lib-src/cvtmail.c:1.9 emacs/lib-src/cvtmail.c:1.10
*** emacs/lib-src/cvtmail.c:1.9 Tue Dec 18 10:59:09 2001
--- emacs/lib-src/cvtmail.c     Sat Dec 29 17:18:45 2001
***************
*** 29,39 ****
   *
   * In order to get rmail to read the messages, the resulting file must
   * be mv'ed to ~/mbox, and then have rmail invoked on them.
!  * 
   * Author: Larry Kolodney, 1985
   */
  
! #include "config.h"
  #include <stdio.h>
  
  #ifndef HAVE_STDLIB_H
--- 29,42 ----
   *
   * In order to get rmail to read the messages, the resulting file must
   * be mv'ed to ~/mbox, and then have rmail invoked on them.
!  *
   * Author: Larry Kolodney, 1985
   */
  
! #ifdef HAVE_CONFIG_H
! #include <config.h>
! #endif
! 
  #include <stdio.h>
  
  #ifndef HAVE_STDLIB_H
***************
*** 119,125 ****
        }
      }
    fclose (mddf);
!   fclose (mfilef);    
    return 0;
  }
  
--- 122,128 ----
        }
      }
    fclose (mddf);
!   fclose (mfilef);
    return 0;
  }
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]