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

r1090 - trunk/glibc-2.3-head/sysdeps/kfreebsd



Author: ps-guest
Date: 2006-01-22 08:20:14 +0000 (Sun, 22 Jan 2006)
New Revision: 1090

Removed:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/glob.c
   trunk/glibc-2.3-head/sysdeps/kfreebsd/glob64.c
Log:
the same implementation for glob/glob64 will be used by default


Deleted: trunk/glibc-2.3-head/sysdeps/kfreebsd/glob.c
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/glob.c	2006-01-22 08:17:00 UTC (rev 1089)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/glob.c	2006-01-22 08:20:14 UTC (rev 1090)
@@ -1,3 +0,0 @@
-/* 'glob64' is different from 'glob', because
-   'struct stat64' != 'struct stat'.  */
-#include <sysdeps/generic/glob.c>

Deleted: trunk/glibc-2.3-head/sysdeps/kfreebsd/glob64.c
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/glob64.c	2006-01-22 08:17:00 UTC (rev 1089)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/glob64.c	2006-01-22 08:20:14 UTC (rev 1090)
@@ -1,3 +0,0 @@
-/* 'glob64' is different from 'glob', because
-   'struct stat64' != 'struct stat'.  */
-#include <sysdeps/gnu/glob64.c>



Reply to: