Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys sys/uuid.h: sys/stdint.h suffices for uintN_t.
details: https://anonhg.NetBSD.org/src/rev/745dac2f411b
branches: trunk
changeset: 369487:745dac2f411b
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Aug 20 11:27:09 2022 +0000
description:
sys/uuid.h: sys/stdint.h suffices for uintN_t.
diffstat:
sys/sys/uuid.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c44f166c41a7 -r 745dac2f411b sys/sys/uuid.h
--- a/sys/sys/uuid.h Sat Aug 20 11:12:46 2022 +0000
+++ b/sys/sys/uuid.h Sat Aug 20 11:27:09 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uuid.h,v 1.7 2022/08/19 12:49:55 riastradh Exp $ */
+/* $NetBSD: uuid.h,v 1.8 2022/08/20 11:27:09 riastradh Exp $ */
/*
* Copyright (c) 2002 Marcel Moolenaar
@@ -32,7 +32,7 @@
#define _SYS_UUID_H_
#include <sys/cdefs.h>
-#include <sys/types.h>
+#include <sys/stdint.h>
/* Length of a node address (an IEEE 802 address). */
#define _UUID_NODE_LEN 6
Home |
Main Index |
Thread Index |
Old Index