[Glibc-bsd-commits] r2196 - trunk/kfreebsd-kernel-headers/debian/patches
ps-guest at alioth.debian.org
ps-guest at alioth.debian.org
Tue Jun 24 11:06:48 UTC 2008
Author: ps-guest
Date: 2008-06-24 11:06:47 +0000 (Tue, 24 Jun 2008)
New Revision: 2196
Modified:
trunk/kfreebsd-kernel-headers/debian/patches/000_bruno_haible.diff
Log:
* fix <sys/ucred.h>
Modified: trunk/kfreebsd-kernel-headers/debian/patches/000_bruno_haible.diff
===================================================================
--- trunk/kfreebsd-kernel-headers/debian/patches/000_bruno_haible.diff 2008-06-24 09:12:04 UTC (rev 2195)
+++ trunk/kfreebsd-kernel-headers/debian/patches/000_bruno_haible.diff 2008-06-24 11:06:47 UTC (rev 2196)
@@ -686,16 +686,16 @@
===================================================================
--- sys/sys/ucred.h.orig
+++ sys/sys/ucred.h
-@@ -35,6 +35,9 @@
+@@ -33,6 +33,9 @@
+ #ifndef _SYS_UCRED_H_
+ #define _SYS_UCRED_H_
++#include <sys/types.h>
++#include <sys/param.h>
++#include <time.h>
#include <bsm/audit.h>
-+#include <sys/types.h>
-+#include <sys/param.h>
-+
/*
- * Credentials.
- *
Index: sys/sys/xrpuio.h
===================================================================
--- sys/sys/xrpuio.h.orig
More information about the Glibc-bsd-commits
mailing list