Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
08d9bbf3
Commit
08d9bbf3
authored
Dec 16, 2013
by
Mike Hibler
Browse files
Stick in a missing ifdef or two.
parent
4ddc74c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
capture/capture.c
View file @
08d9bbf3
...
...
@@ -1377,7 +1377,9 @@ cleanup(void)
(
void
)
kill
(
pid
,
SIGTERM
);
#endif
(
void
)
unlink
(
Pidname
);
#ifdef USESOCKETS
(
void
)
unlink
(
Aclname
);
#endif
}
char
*
...
...
@@ -2305,7 +2307,6 @@ handshake(void)
signal
(
SIGALRM
,
SIG_DFL
);
return
err
;
}
#endif
#ifdef WITH_TELNET
#include
<libtelnet.h>
...
...
@@ -2457,3 +2458,4 @@ dumpcircbuf()
circp
=
circbuf
;
circcount
=
0
;
}
#endif
/* USESOCKBUF */
Write
Preview
Supports
Markdown
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