diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2007-05-25 10:53:42 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2007-05-25 10:53:42 +0000 |
commit | 4b6e173e970ccc0a7fdc4beb8336566aa026ce22 (patch) | |
tree | a3569782663e58a6e321208da96637e43a727738 | |
parent | e80190234320961c07ad8655acb3e536f7de0493 (diff) | |
download | ports-4b6e173e970ccc0a7fdc4beb8336566aa026ce22.tar.gz ports-4b6e173e970ccc0a7fdc4beb8336566aa026ce22.zip |
Notes
-rw-r--r-- | devel/gindent/files/patch-output.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gindent/files/patch-output.c b/devel/gindent/files/patch-output.c new file mode 100644 index 000000000000..d9b5b6f36b96 --- /dev/null +++ b/devel/gindent/files/patch-output.c @@ -0,0 +1,11 @@ +--- src/output.c.orig Mon May 21 23:45:36 2007 ++++ src/output.c Mon May 21 23:47:36 2007 +@@ -23,7 +23,7 @@ + + RCSTAG_CC ("$Id: output.c,v 1.5 2002/12/12 17:36:49 david Exp $"); + +-static FILE * output = NULL; ++FILE * output = NULL; + static BOOLEAN inhibited = 0; + static buf_break_st_ty * buf_break_list = NULL; + |