diff options
author | Michael Banck <mbanck@debian.org> | 2006-08-25 18:50:10 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2006-08-25 18:50:10 +0000 |
commit | 30dbdb680f7f95968bf1e8d463c4a7638f8cef86 (patch) | |
tree | 65ab162f7093a866365073860e828f8a1f8fa490 /debian/patches/ext2fs_large_stores.patch | |
parent | 389bf6b8af8622f5342e09d752fd171210dc5f0e (diff) |
* New snapshot from CVS.
* debian/patches/beta_make.patch: Removed, fixed upstream.
* debian/patches/ext2fs_large_stores.patch: Resynced.
* debian/patches/pfinet_dhcp.patch: Likewise.
* debian/patches/ftpfs_fix.patch: Removed, applied upstream.
* debian/patches/gcc-4.0_fixes.patch: Likewise.
* debian/patches/libpthread_need_clockid_t.patch: Likewise.
* debian/patches/libstore_attribute.patch: Likewise.
* debian/patches/magic_port_leak.patch: Likewise.
* debian/patches/pfinet_packet_filter.diff: Likewise.
* debian/patches/semaphore_restrict_fix.patch: Likewise.
Diffstat (limited to 'debian/patches/ext2fs_large_stores.patch')
-rw-r--r-- | debian/patches/ext2fs_large_stores.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/ext2fs_large_stores.patch b/debian/patches/ext2fs_large_stores.patch index d872a1fd..026a0478 100644 --- a/debian/patches/ext2fs_large_stores.patch +++ b/debian/patches/ext2fs_large_stores.patch @@ -2394,15 +2394,3 @@ diff -urpN --exclude='*~' --exclude=build ../cvs/hurd/ufs/pager.c hurd/ufs/pager if (upi->p == 0) { diskfs_nrele_light (np); ---- hurd/libdiskfs/Makefile 2006-04-14 16:29:02.000000000 +0200 -+++ hurd/libdiskfs/Makefileorig 2006-04-14 16:27:55.000000000 +0200 -@@ -61,7 +61,7 @@ - startup_notifyServer.o - OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) - --HURDLIBS = fshelp iohelp store threads ports shouldbeinlibc -+HURDLIBS = fshelp iohelp store threads ports shouldbeinlibc pager - - fsys-MIGSFLAGS = -imacros $(srcdir)/fsmutations.h -DREPLY_PORTS - fs-MIGSFLAGS = -imacros $(srcdir)/fsmutations.h - |