diff options
-rw-r--r-- | debian/patches/newRPC.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/newRPC.patch b/debian/patches/newRPC.patch deleted file mode 100644 index ba8afb06..00000000 --- a/debian/patches/newRPC.patch +++ /dev/null @@ -1,19 +0,0 @@ -Just a build fix. - -# missing mach_notify_new_task RPCs - -To be removed with glibc 2.21 - -Index: hurd-debian/proc/Makefile -=================================================================== ---- hurd-debian.orig/proc/Makefile -+++ hurd-debian/proc/Makefile -@@ -28,7 +28,7 @@ MIGSFLAGS = -imacros $(srcdir)/mig-mutat - - MIGSTUBS = processServer.o notifyServer.o \ - ourmsgUser.o proc_excUser.o proc_excServer.o \ -- task_notifyServer.o -+ task_notifyServer.o task_notifyUser.o - OBJS = $(SRCS:.c=.o) $(MIGSTUBS) - HURDLIBS = ihash ports shouldbeinlibc - |