Define __off_t.

This commit is contained in:
kleink 2000-06-26 15:51:15 +00:00
parent f4314449b5
commit 811a7d76bb

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.2 2000/06/26 15:45:43 kleink Exp $ */
/* $NetBSD: ansi.h,v 1.3 2000/06/26 15:51:15 kleink Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -41,6 +41,7 @@
#include <machine/int_types.h>
typedef __int64_t __off_t;
typedef __uint8_t __sa_family_t;
typedef unsigned int __socklen_t;