Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Define __mode_t.



details:   https://anonhg.NetBSD.org/src/rev/325d6d4f4b97
branches:  trunk
changeset: 493894:325d6d4f4b97
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon Jun 26 16:53:20 2000 +0000

description:
Define __mode_t.

diffstat:

 sys/sys/ansi.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 74ec94884f8f -r 325d6d4f4b97 sys/sys/ansi.h
--- a/sys/sys/ansi.h    Mon Jun 26 16:47:58 2000 +0000
+++ b/sys/sys/ansi.h    Mon Jun 26 16:53:20 2000 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index