mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-13 14:18:48 -04:00
grrrrrr ... order wrong in typedef
This commit is contained in:
parent
61e9c1cdbe
commit
9d26bfb436
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: offset.h,v 1.1 2000/04/28 00:36:56 tale Exp $ */
|
||||
/* $Id: offset.h,v 1.2 2000/04/28 00:39:11 tale Exp $ */
|
||||
|
||||
#ifndef ISC_OFFSET_T
|
||||
#define ISC_OFFSET_T 1
|
||||
|
|
@ -26,6 +26,6 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
typedef isc_offset_t off_t;
|
||||
typedef off_t isc_offset_t;
|
||||
|
||||
#endif /* ISC_OFFSET_T */
|
||||
|
|
|
|||
Loading…
Reference in a new issue