Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
ededa18d
Commit
ededa18d
authored
Dec 03, 1998
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
7c983997
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
pcgi/pcgi-wrapper.c
pcgi/pcgi-wrapper.c
+1
-4
No files found.
pcgi/pcgi-wrapper.c
View file @
ededa18d
...
...
@@ -55,7 +55,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
char
spewbuf
[
1024
];
/* yes, it's a global, but only for debugging */
#endif
static
char
_id_
[]
=
"$Id: pcgi-wrapper.c,v 1.
4 1998/12/03 22:40:10
brian Exp $"
;
static
char
_id_
[]
=
"$Id: pcgi-wrapper.c,v 1.
5 1998/12/03 22:43:03
brian Exp $"
;
/* Globals, OR: "I'll know I'll hate myself in the morning" */
extern
char
**
environ
;
...
...
@@ -85,9 +85,6 @@ int main(int argc, char *argv[])
CloseFileDescriptors
=
1
;
#endif
#ifdef UNIX
sem_idx
.
val
=
0
;
#endif
/*
// Initialize resource info
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment