summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2012-11-01 07:52:30 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2012-11-01 07:52:30 +0000
commit616712b821de324fbc8bec3d0d9d38eab5f9c01d (patch)
tree8b796af9f863331176c86bce0294ef56410e8e65 /german
parent/dev is not populated when using pkg_add -C to install a package into a (diff)
Remove the patch to poll.C (note the uppercase .C extension). It is a
duplicate of the patch to poll.c (lower case .c). Noted by: case insensitive file system Feature safe: yes
Notes
Notes: svn path=/head/; revision=306783
Diffstat (limited to 'german')
-rw-r--r--german/steak/files/patch-Poll:poll.C11
1 files changed, 0 insertions, 11 deletions
diff --git a/german/steak/files/patch-Poll:poll.C b/german/steak/files/patch-Poll:poll.C
deleted file mode 100644
index fdb066c073a7..000000000000
--- a/german/steak/files/patch-Poll:poll.C
+++ /dev/null
@@ -1,11 +0,0 @@
---- Poll/poll.C.orig Tue Jan 4 03:11:05 2000
-+++ Poll/poll.C Sun Jan 26 11:00:13 2003
-@@ -27,7 +27,7 @@
-
-
- //signal(SIGCLD, SIG_IGN);
-- signal(SIGCLD, parent_terminate);
-+ signal(SIGCHLD, parent_terminate);
-
- //printf("pid des Prozesses = %d, Parent-pid des Prozesses = %d\n\n",getpid(), getppid());
-