mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 23:50:00 -04:00
add missing semicolon
This commit is contained in:
parent
a445406724
commit
2edb09e6dd
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
/*
|
||||
* Windows doesn't typedef this.
|
||||
*/
|
||||
typedef unsigned short mode_t
|
||||
typedef unsigned short mode_t;
|
||||
|
||||
/* open() under unix allows setting of read/write permissions
|
||||
* at the owner, group and other levels. These don't exist in NT
|
||||
|
|
|
|||
Loading…
Reference in a new issue