summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-02-17 00:48:17 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-02-17 00:48:17 +0000
commit2e866bdb544bdc99772039bf390c6bf3c5e571b1 (patch)
tree0323f44884e32c14877716fc9dd458d019ce14fa /include/stdio.h
parent57a15a2aa7aa182aea2111dc15c9e2f3acce4734 (diff)
Notes
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 711c59a27a3e..4203fc6f8f2a 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)stdio.h 8.4 (Berkeley) 1/4/94
- * $Id: stdio.h,v 1.8 1996/10/27 18:13:33 wosch Exp $
+ * $Id: stdio.h,v 1.8.2.1 1997/06/21 17:46:03 bde Exp $
*/
#ifndef _STDIO_H_
@@ -68,7 +68,7 @@ typedef _BSD_SIZE_T_ size_t;
* boundaries. THIS IS A CROCK, but for now there is no way around it.
*/
#if !defined(_ANSI_SOURCE) && !defined(__STRICT_ANSI__)
-typedef off_t fpos_t;
+typedef _BSD_OFF_T_ fpos_t;
#else
typedef struct __sfpos {
char _pos[8];