Index: head/devel/fortran-utils/files/patch-fpr.c =================================================================== --- head/devel/fortran-utils/files/patch-fpr.c (revision 415038) +++ head/devel/fortran-utils/files/patch-fpr.c (nonexistent) @@ -1,83 +0,0 @@ ---- fpr/fpr.c.orig 1994-05-27 14:31:21.000000000 +0200 -+++ fpr/fpr.c 2012-12-03 10:50:48.000000000 +0100 -@@ -45,6 +45,7 @@ - #endif /* not lint */ - - #include -+#include - - #define BLANK ' ' - #define TAB '\t' -@@ -80,12 +81,13 @@ - int maxpos; - int maxcol; - --extern char *malloc(); --extern char *calloc(); --extern char *realloc(); -- -- -+void init(); -+void mygettext(); -+void flush(); -+void savech(int); -+void nospace(); - -+int - main() - { - register int ch; -@@ -124,7 +126,7 @@ - - while ( ! ateof) - { -- gettext(); -+ mygettext(); - ch = getchar(); - if (ch == EOF) - { -@@ -176,6 +178,7 @@ - - - -+void - init() - { - register COLUMN *cp; -@@ -210,7 +213,8 @@ - - - --gettext() -+void -+mygettext() - { - register int i; - register char ateol; -@@ -283,8 +287,8 @@ - - - --savech(col) --int col; -+void -+savech(int col) - { - register char ch; - register int oldmax; -@@ -340,6 +344,7 @@ - - - -+void - flush() - { - register int i; -@@ -403,6 +408,7 @@ - - - -+void - nospace() - { - fputs("Storage limit exceeded.\n", stderr); Property changes on: head/devel/fortran-utils/files/patch-fpr.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/fortran-utils/files/patch-fpr_fpr.c =================================================================== --- head/devel/fortran-utils/files/patch-fpr_fpr.c (nonexistent) +++ head/devel/fortran-utils/files/patch-fpr_fpr.c (revision 415039) @@ -0,0 +1,83 @@ +--- fpr/fpr.c.orig 1994-05-27 12:31:21 UTC ++++ fpr/fpr.c +@@ -45,6 +45,7 @@ static char sccsid[] = "@(#)fpr.c 8.1 (B + #endif /* not lint */ + + #include ++#include + + #define BLANK ' ' + #define TAB '\t' +@@ -80,12 +81,13 @@ COLUMN *line; + int maxpos; + int maxcol; + +-extern char *malloc(); +-extern char *calloc(); +-extern char *realloc(); +- +- ++void init(); ++void mygettext(); ++void flush(); ++void savech(int); ++void nospace(); + ++int + main() + { + register int ch; +@@ -124,7 +126,7 @@ main() + + while ( ! ateof) + { +- gettext(); ++ mygettext(); + ch = getchar(); + if (ch == EOF) + { +@@ -176,6 +178,7 @@ main() + + + ++void + init() + { + register COLUMN *cp; +@@ -210,7 +213,8 @@ init() + + + +-gettext() ++void ++mygettext() + { + register int i; + register char ateol; +@@ -283,8 +287,8 @@ gettext() + + + +-savech(col) +-int col; ++void ++savech(int col) + { + register char ch; + register int oldmax; +@@ -340,6 +344,7 @@ int col; + + + ++void + flush() + { + register int i; +@@ -403,6 +408,7 @@ flush() + + + ++void + nospace() + { + fputs("Storage limit exceeded.\n", stderr); Property changes on: head/devel/fortran-utils/files/patch-fpr_fpr.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/fortran-utils/files/patch-fsplit_fsplit.c =================================================================== --- head/devel/fortran-utils/files/patch-fsplit_fsplit.c (nonexistent) +++ head/devel/fortran-utils/files/patch-fsplit_fsplit.c (revision 415039) @@ -0,0 +1,29 @@ +--- fsplit/fsplit.c.orig 2000-01-30 21:03:32 UTC ++++ fsplit/fsplit.c +@@ -97,7 +97,7 @@ struct stat sbuf; + + #define trim(p) while (*p == ' ' || *p == '\t') p++ + +-int getline __P((void)); ++int get_line __P((void)); + void get_name __P((char *, int)); + char *functs __P((char *)); + int lend __P((void)); +@@ -171,7 +171,7 @@ char **argv; + errx(1, "can not open %s", x); + nflag = 0; + rv = 0; +- while (getline() > 0) { ++ while (get_line() > 0) { + rv = 1; + fprintf(ofp, "%s", buf); + if (lend()) /* look for an 'end' statement */ +@@ -263,7 +263,7 @@ int letters; + } + + int +-getline() ++get_line() + { + register char *ptr; + Property changes on: head/devel/fortran-utils/files/patch-fsplit_fsplit.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property