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
1a41b09c
...
1a41b09c1e0c9c0e267914c06143d1b5dc688dcd
authored
2002-10-03 14:31:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Protect the declaration of environ by #if.
1 parent
8b2b3b53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail/setenv.c
mail/setenv.c
View file @
1a41b09
...
...
@@ -17,7 +17,9 @@
#include "mail.h"
#if !HAVE_DECL_ENVIRON
extern
char
**
environ
;
#endif
int
mail_setenv
(
int
argc
,
char
**
argv
)
...
...
Please
register
or
sign in
to post a comment