[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4505 - glibc-package/branches/eglibc-2.13/debian/patches/kfreebsd



Author: aurel32
Date: 2011-02-08 08:51:37 +0000 (Tue, 08 Feb 2011)
New Revision: 4505

Modified:
   glibc-package/branches/eglibc-2.13/debian/patches/kfreebsd/local-sysdeps.diff
Log:
  * kfreebsd/local-sysdeps.diff: update to revision 3253 (from glibc-bsd).



Modified: glibc-package/branches/eglibc-2.13/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/patches/kfreebsd/local-sysdeps.diff	2011-02-08 08:42:09 UTC (rev 4504)
+++ glibc-package/branches/eglibc-2.13/debian/patches/kfreebsd/local-sysdeps.diff	2011-02-08 08:51:37 UTC (rev 4505)
@@ -5863,7 +5863,7 @@
 +#endif	/* bits/socket.h */
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat.h
-@@ -0,0 +1,214 @@
+@@ -0,0 +1,219 @@
 +/* Copyright (C) 1992, 1996-1997, 2000, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
@@ -5886,6 +5886,9 @@
 +# error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
 +#endif
 +
++#ifndef _BITS_STAT_H
++#define _BITS_STAT_H   1
++
 +/* This structure needs to be defined in accordance with the
 +   implementation of __stat, __fstat, and __lstat.  */
 +
@@ -6078,6 +6081,8 @@
 +__END_DECLS
 +
 +#endif /* __USE_BSD */
++
++#endif /* bits/stat.h */
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat16.h
 @@ -0,0 +1,56 @@


Reply to: