diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2011-12-22 01:03:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2011-12-22 01:03:31 +0000 |
commit | 5ad171ccd01e68d4031bef59a184cf77919dbad4 (patch) | |
tree | 1a0b4898aa9ca5d25020b4ae4916163b5718fc17 /editors/sted | |
parent | a43ffb9eecefe26216411bb04c035614f16703c3 (diff) | |
download | ports-5ad171ccd01e68d4031bef59a184cf77919dbad4.tar.gz ports-5ad171ccd01e68d4031bef59a184cf77919dbad4.zip |
Notes
Diffstat (limited to 'editors/sted')
-rw-r--r-- | editors/sted/files/patch-sted.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/sted/files/patch-sted.c b/editors/sted/files/patch-sted.c new file mode 100644 index 000000000000..048b00d36e00 --- /dev/null +++ b/editors/sted/files/patch-sted.c @@ -0,0 +1,11 @@ +--- sted.c.orig 2011-12-22 00:15:01.000000000 +0800 ++++ sted.c 2011-12-22 00:15:09.000000000 +0800 +@@ -74,7 +74,7 @@ rad *head = NULL; /* The head pointer f + * user. Processes the input and stores it. + **************************************************************************/ + +-void ++int + main (int argc, char *argv[]) + { + int count = 0, count2 = 0, count3 = 0, c, x = 0, y = 0; |