From 2785afe572b463d578e023c6d4668aae888e09a5 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 1 Aug 2010 12:43:52 +0200 Subject: New upstream 20100701 snapshot. - debian/patches/dir_acces_fix.patch: Remove patch, merged upstream. - debian/patches/exec_fix.patch: Likewise. - debian/patches/libdiskfs-rename.patch: Likewise. - debian/patches/libpthread_mutex_owner.patch: Likewise. - debian/patches/libpthread_recursive_mutex_initializer.patch: Likewise. - debian/patches/libpthread_setcancel.patch: Likewise. - debian/patches/pfinet-gcc-4.3-fix.patch: Likewise. - debian/patches/procfs.patch: Likewise. - debian/patches/libpthread_cancel_init.patch: Likewise - debian/patches/libpthread_kill_0.patch: Likewise - debian/patches/console_current_vcs.patch: Likewise - debian/patches/hurd_console_startup.patch: Likewise - debian/patches/MAKEDEV.patch: Likewise - debian/patches/tmpfs.patch: Likewise - debian/patches/libpthread_procfs.patch: New patch, to enable libpthread and procfs build. --- debian/patches/tmpfs.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 debian/patches/tmpfs.patch (limited to 'debian/patches/tmpfs.patch') diff --git a/debian/patches/tmpfs.patch b/debian/patches/tmpfs.patch deleted file mode 100644 index 63e4de37..00000000 --- a/debian/patches/tmpfs.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit 97c5690abeaa88767acf2ffbb55552e8278052c8 -Author: Samuel Thibault -Date: Mon Jan 11 03:34:50 2010 +0100 - - Fix tmpfs assertion - - * tmpfs/tmpfs.h (tmpfs_dirent): Add padding field to push the - name field after its position in struct dirent. - -diff --git a/tmpfs/tmpfs.h b/tmpfs/tmpfs.h -index 3032ce3..a0e1f7a 100644 ---- a/tmpfs/tmpfs.h -+++ b/tmpfs/tmpfs.h -@@ -64,6 +64,7 @@ struct tmpfs_dirent - { - struct tmpfs_dirent *next; - struct disknode *dn; -+ uint32_t pad; - uint8_t namelen; - char name[0]; - }; -- cgit v1.2.3