Define __mode_t.

This commit is contained in:
kleink 2000-06-26 16:53:20 +00:00
parent 2def7838c4
commit 848fb35eed
1 changed files with 2 additions and 1 deletions

View File

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