Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a966942c
...
a966942cc99f0afa05904036b2ff60e7740e31a7
authored
2003-01-15 17:27:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed indentation
1 parent
af1cf7bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
mailbox/mutil.c
mailbox/mutil.c
View file @
a966942
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Library Public License as published by
...
...
@@ -597,7 +597,8 @@ mu_tempname (const char *tmpdir)
* had to look it up, so if somebody else is curious, thats where
* to find it.
*/
int
mu_spawnvp
(
const
char
*
prog
,
const
char
*
const
av_
[],
int
*
stat
)
int
mu_spawnvp
(
const
char
*
prog
,
const
char
*
const
av_
[],
int
*
stat
)
{
pid_t
pid
;
int
err
=
0
;
...
...
@@ -675,7 +676,6 @@ int mu_spawnvp (const char* prog, const char* const av_[], int* stat)
return
err
;
}
/* The result of readlink() may be a path relative to that link,
* qualify it if necessary.
*/
...
...
Please
register
or
sign in
to post a comment