projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ccb3f
)
Fix some warnings.
author
Ken Hornstein
<kenh@pobox.com>
Thu, 15 Mar 2012 17:04:38 +0000
(13:04 -0400)
committer
Ken Hornstein
<kenh@pobox.com>
Thu, 15 Mar 2012 17:04:38 +0000
(13:04 -0400)
test/fakesmtp.c
patch
|
blob
|
history
diff --git
a/test/fakesmtp.c
b/test/fakesmtp.c
index
19df2e9
..
700bc45
100644
(file)
--- a/
test/fakesmtp.c
+++ b/
test/fakesmtp.c
@@
-240,7
+240,7
@@
static int
getsmtp(int socket, char *data)
{
int cc;
- static int bytesinbuf = 0;
+ static unsigned int bytesinbuf = 0;
static char buffer[LINESIZE * 2], *p;
for (;;) {
@@
-294,6
+294,8
@@
getsmtp(int socket, char *data)
static void
handleterm(int signal)
{
+ (void) signal;
+
killpidfile();
fflush(NULL);
_exit(1);