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
ISC Open Source Projects
BIND
Commits
5c7d67e3
Commit
5c7d67e3
authored
Jan 17, 2001
by
Bob Halley
Browse files
include <stdlib.h> to get prototype for exit()
parent
fcc3c131
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/unix/app.c
View file @
5c7d67e3
...
...
@@ -15,13 +15,14 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: app.c,v 1.3
8
2001/01/17
00
:48:
54 bwelling
Exp $ */
/* $Id: app.c,v 1.3
9
2001/01/17
19
:48:
45 halley
Exp $ */
#include <config.h>
#include <sys/types.h>
#include <stddef.h>
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
#include <signal.h>
...
...
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