From 811a7d76bb9698d3b1e53d8ef811a8c684749a0c Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 26 Jun 2000 15:51:15 +0000 Subject: [PATCH] Define __off_t. --- sys/sys/ansi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/ansi.h b/sys/sys/ansi.h index dbc825df4927..14da1cfe00fe 100644 --- a/sys/sys/ansi.h +++ b/sys/sys/ansi.h @@ -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 +typedef __int64_t __off_t; typedef __uint8_t __sa_family_t; typedef unsigned int __socklen_t;