diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
commit | 272b1c5f9a37780e519d767719a489fc971f669b (patch) | |
tree | 450f117b125086458811cc162321b8a082f97fd3 /news/plor/files/patch-main.c | |
parent | Rename net/ patch-xy patches to reflect the files they modify. (diff) |
Rename news/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'news/plor/files/patch-main.c')
-rw-r--r-- | news/plor/files/patch-main.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/plor/files/patch-main.c b/news/plor/files/patch-main.c new file mode 100644 index 000000000000..fce28a76fc51 --- /dev/null +++ b/news/plor/files/patch-main.c @@ -0,0 +1,12 @@ +diff -ur plor-0.3.1/main.c plor-new/main.c +--- plor-0.3.1/main.c Thu May 1 11:38:35 1997 ++++ main.c Thu Jul 3 12:20:45 1997 +@@ -28,7 +28,7 @@ + #include <stdio.h> + #include <string.h> + #include <stdlib.h> +-#include <getopt.h> ++#include <unistd.h> + + /* will be included when we will have locale support + #include <locale.h> |