/[mailutils]/mailutils/mailbox/mutil.c
ViewVC logotype

Diff of /mailutils/mailbox/mutil.c

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

revision 1.44 by polak, Sun Dec 29 12:52:07 2002 UTC revision 1.45 by gray, Wed Jan 15 17:27:02 2003 UTC
# Line 1  Line 1 
1  /* GNU Mailutils -- a suite of utilities for electronic mail  /* GNU Mailutils -- a suite of utilities for electronic mail
2     Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
3    
4     GNU Mailutils is free software; you can redistribute it and/or modify     GNU Mailutils is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Library Public License as published by     it under the terms of the GNU General Library Public License as published by
# Line 597  mu_tempname (const char *tmpdir) Line 597  mu_tempname (const char *tmpdir)
597   * had to look it up, so if somebody else is curious, thats where   * had to look it up, so if somebody else is curious, thats where
598   * to find it.   * to find it.
599   */   */
600  int mu_spawnvp (const char* prog, const char* const av_[], int* stat)  int
601    mu_spawnvp (const char* prog, const char* const av_[], int* stat)
602  {  {
603    pid_t pid;    pid_t pid;
604    int err = 0;    int err = 0;
# Line 675  int mu_spawnvp (const char* prog, const Line 676  int mu_spawnvp (const char* prog, const
676    return err;    return err;
677  }  }
678    
   
679  /* The result of readlink() may be a path relative to that link,  /* The result of readlink() may be a path relative to that link,
680   * qualify it if necessary.   * qualify it if necessary.
681   */   */

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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