diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2012-11-01 15:52:30 +0800 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2012-11-01 15:52:30 +0800 |
commit | bab0ddfe3bf0d31428a4fb4a0e8aeec190f8131a (patch) | |
tree | 8b796af9f863331176c86bce0294ef56410e8e65 /german | |
parent | 96f3cd224505fdd0137849ba819fc1f04570654a (diff) | |
download | freebsd-ports-gnome-bab0ddfe3bf0d31428a4fb4a0e8aeec190f8131a.tar.gz freebsd-ports-gnome-bab0ddfe3bf0d31428a4fb4a0e8aeec190f8131a.tar.zst freebsd-ports-gnome-bab0ddfe3bf0d31428a4fb4a0e8aeec190f8131a.zip |
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
Diffstat (limited to 'german')
-rw-r--r-- | german/steak/files/patch-Poll:poll.C | 11 |
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()); - |