Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add brief descriptions to the types provided.
details: https://anonhg.NetBSD.org/src/rev/9744e7468172
branches: trunk
changeset: 493899:9744e7468172
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Jun 26 17:11:32 2000 +0000
description:
Add brief descriptions to the types provided.
diffstat:
sys/sys/ansi.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (23 lines):
diff -r c1f428ef9f21 -r 9744e7468172 sys/sys/ansi.h
--- a/sys/sys/ansi.h Mon Jun 26 17:01:34 2000 +0000
+++ b/sys/sys/ansi.h Mon Jun 26 17:11:32 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.4 2000/06/26 16:53:20 kleink Exp $ */
+/* $NetBSD: ansi.h,v 1.5 2000/06/26 17:11:32 kleink Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -41,9 +41,9 @@
#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;
+typedef __uint32_t __mode_t; /* file permissions */
+typedef __int64_t __off_t; /* file offset */
+typedef __uint8_t __sa_family_t; /* socket address family */
+typedef unsigned int __socklen_t; /* socket-related datum length */
#endif /* _SYS_ANSI_H_ */
Home |
Main Index |
Thread Index |
Old Index