[Glibc-bsd-commits] r3411 - trunk/kfreebsd-kernel-headers/debian/patches

Guillem Jover guillem at alioth.debian.org
Tue Jun 7 05:32:04 UTC 2011


Author: guillem
Date: 2011-06-07 05:32:03 +0000 (Tue, 07 Jun 2011)
New Revision: 3411

Modified:
   trunk/kfreebsd-kernel-headers/debian/patches/041_printflike.patch
Log:
Do not change <sys/_types.h> to <sys/types.h>


Modified: trunk/kfreebsd-kernel-headers/debian/patches/041_printflike.patch
===================================================================
--- trunk/kfreebsd-kernel-headers/debian/patches/041_printflike.patch	2011-06-07 04:53:48 UTC (rev 3410)
+++ trunk/kfreebsd-kernel-headers/debian/patches/041_printflike.patch	2011-06-07 05:32:03 UTC (rev 3411)
@@ -4,15 +4,6 @@
 
 --- a/sys/sys/sbuf.h
 +++ b/sys/sys/sbuf.h
-@@ -31,7 +31,7 @@
- #ifndef _SYS_SBUF_H_
- #define	_SYS_SBUF_H_
- 
--#include <sys/_types.h>
-+#include <sys/types.h>
- 
- /*
-  * Structure definition
 @@ -64,10 +64,8 @@ int		 sbuf_bcat(struct sbuf *, const voi
  int		 sbuf_bcpy(struct sbuf *, const void *, size_t);
  int		 sbuf_cat(struct sbuf *, const char *);




More information about the Glibc-bsd-commits mailing list