2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>

<isc/serial.h>, <isc/string.h> and <isc/offset.h>
                        made to conform to the same style for multiple
                        inclusion protection.
This commit is contained in:
David Lawrence
2000-04-28 22:13:15 +00:00
parent 027212247d
commit 54a2e7e8a2
7 changed files with 20 additions and 10 deletions

View File

@@ -15,10 +15,10 @@
* SOFTWARE.
*/
/* $Id: offset.h,v 1.2 2000/04/28 00:39:11 tale Exp $ */
/* $Id: offset.h,v 1.3 2000/04/28 22:13:15 tale Exp $ */
#ifndef ISC_OFFSET_T
#define ISC_OFFSET_T 1
#ifndef ISC_OFFSET_H
#define ISC_OFFSET_H 1
/*
* File offsets are operating-system dependent.
@@ -28,4 +28,4 @@
typedef off_t isc_offset_t;
#endif /* ISC_OFFSET_T */
#endif /* ISC_OFFSET_H */