Module Name:    src
Committed By:   christos
Date:           Wed Jan  3 18:43:52 UTC 2024

Modified Files:
        src/sys/sys: endian.h

Log Message:
break the cycle: this does not need <sys/types.h> it only needs <sys/stdint.h>


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/sys/endian.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/endian.h
diff -u src/sys/sys/endian.h:1.31 src/sys/sys/endian.h:1.32
--- src/sys/sys/endian.h:1.31	Mon Aug  8 14:55:18 2022
+++ src/sys/sys/endian.h	Wed Jan  3 13:43:52 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: endian.h,v 1.31 2022/08/08 18:55:18 rillig Exp $	*/
+/*	$NetBSD: endian.h,v 1.32 2024/01/03 18:43:52 christos Exp $	*/
 
 /*
  * Copyright (c) 1987, 1991, 1993
@@ -52,7 +52,7 @@
 
 #include <sys/ansi.h>
 #include <sys/cdefs.h>
-#include <sys/types.h>
+#include <sys/stdint.h>
 
 #ifndef in_addr_t
 typedef __in_addr_t	in_addr_t;

Reply via email to