Module Name: src
Committed By: riastradh
Date: Sat Aug 20 11:27:09 UTC 2022
Modified Files:
src/sys/sys: uuid.h
Log Message:
sys/uuid.h: sys/stdint.h suffices for uintN_t.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/sys/uuid.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/uuid.h
diff -u src/sys/sys/uuid.h:1.7 src/sys/sys/uuid.h:1.8
--- src/sys/sys/uuid.h:1.7 Fri Aug 19 12:49:55 2022
+++ src/sys/sys/uuid.h Sat Aug 20 11:27:09 2022
@@ -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