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
90039392
Commit
90039392
authored
Apr 19, 2004
by
Mark Andrews
Browse files
silence missing prototype warning.
parent
dc02df4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.h.win32
View file @
90039392
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.h.win32,v 1.
9
2004/04/1
0
0
4:03:16
marka Exp $ */
/* $Id: config.h.win32,v 1.
10
2004/04/1
9
0
5:52:21
marka Exp $ */
/*
* win32 configuration file
...
...
@@ -192,6 +192,7 @@ typedef long off_t;
#define open _open
#define close _close
#define write _write
#include <io.h>
#define isatty _isatty
#ifndef _WINSOCKAPI_
...
...
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