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
6217c29e
...
6217c29e120cff7cdb4cf4a73501bb4c48cd137a
authored
2003-12-28 12:14:19 +0000
by
uid65697
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor changes
1 parent
a1495720
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
examples/list.c
examples/spamd.c
examples/list.c
View file @
6217c29
...
...
@@ -105,14 +105,6 @@ list_retrieve_header (void *item, void *data, int idx, char **pval)
return
1
;
}
static
int
waitdebug
()
{
static
volatile
int
_st
=
0
;
while
(
!
_st
)
_st
=
_st
;
}
/* The test proper */
...
...
examples/spamd.c
View file @
6217c29
...
...
@@ -212,14 +212,6 @@ decode_boolean (char *str)
return
0
;
}
static
int
waitdebug
()
{
static
volatile
int
_st
=
0
;
while
(
!
_st
)
_st
=
_st
;
}
/* Signal handling */
...
...
@@ -253,7 +245,6 @@ static int got_sigpipe;
static
RETSIGTYPE
sigpipe_handler
(
int
sig
ARG_UNUSED
)
{
printf
(
"PIPE!
\n
"
);
got_sigpipe
=
1
;
}
...
...
Please
register
or
sign in
to post a comment