summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-12-21 14:33:00 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-12-21 14:33:00 +0100
commit95f832309f68895bb8cc7d3f0e7c8a3da3b1254c (patch)
treee3935d3e41472caa3f425bb1ed6a173ef4959758 /debian
parent0ca6e7b2768b5a0461f75fd0ef3b0764ef952250 (diff)
refresh debian/patches/exec_filename_fs.patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/exec_filename_fs.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/exec_filename_fs.patch b/debian/patches/exec_filename_fs.patch
index d80779c9..18ae108b 100644
--- a/debian/patches/exec_filename_fs.patch
+++ b/debian/patches/exec_filename_fs.patch
@@ -652,8 +652,8 @@ Change comments and documentation.
+++ b/trans/fakeroot.c
@@ -1,5 +1,5 @@
/* fakeroot -- a translator for faking actions that aren't really permitted
-- Copyright (C) 2002, 2003, 2008 Free Software Foundation, Inc.
-+ Copyright (C) 2002, 2003, 2008, 2010 Free Software Foundation, Inc.
+- Copyright (C) 2002, 2003, 2008, 2013 Free Software Foundation, Inc.
++ Copyright (C) 2002, 2003, 2008, 2010, 2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -667,7 +667,7 @@ Change comments and documentation.
#include <version.h>
-@@ -707,6 +710,39 @@ netfs_S_file_exec (struct protid *user,
+@@ -778,6 +781,39 @@ netfs_S_file_exec (struct protid *user,
mach_port_t *destroynames,
size_t destroynameslen)
{
@@ -707,7 +707,7 @@ Change comments and documentation.
error_t err;
file_t file;
-@@ -723,13 +759,29 @@ netfs_S_file_exec (struct protid *user,
+@@ -794,13 +830,29 @@ netfs_S_file_exec (struct protid *user,
if (!err)
{
@@ -742,7 +742,7 @@ Change comments and documentation.
mach_port_deallocate (mach_task_self (), file);
}
-@@ -859,6 +911,7 @@ netfs_demuxer (mach_msg_header_t *inp,
+@@ -930,6 +982,7 @@ netfs_demuxer (mach_msg_header_t *inp,
{
mig_routine_t netfs_io_server_routine (mach_msg_header_t *);
mig_routine_t netfs_fs_server_routine (mach_msg_header_t *);
@@ -750,7 +750,7 @@ Change comments and documentation.
mig_routine_t ports_notify_server_routine (mach_msg_header_t *);
mig_routine_t netfs_fsys_server_routine (mach_msg_header_t *);
mig_routine_t ports_interrupt_server_routine (mach_msg_header_t *);
-@@ -866,6 +919,7 @@ netfs_demuxer (mach_msg_header_t *inp,
+@@ -937,6 +990,7 @@ netfs_demuxer (mach_msg_header_t *inp,
mig_routine_t routine;
if ((routine = netfs_io_server_routine (inp)) ||
(routine = netfs_fs_server_routine (inp)) ||