mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
16 lines
481 B
C
16 lines
481 B
C
--- dumb_c.c.orig 1996-05-20 14:01:17 UTC
|
|
+++ dumb_c.c
|
|
@@ -66,10 +66,12 @@ ControlMode ctl=
|
|
ctl_expression, ctl_panning, ctl_sustain, ctl_pitch_bend
|
|
};
|
|
|
|
-static FILE *infp=stdin, *outfp=stdout; /* infp isn't actually used yet */
|
|
+static FILE *infp, *outfp; /* infp isn't actually used yet */
|
|
|
|
static int ctl_open(int using_stdin, int using_stdout)
|
|
{
|
|
+ infp = stdin;
|
|
+ outfp = stdout;
|
|
if (using_stdin && using_stdout)
|
|
infp=outfp=stderr;
|
|
else if (using_stdout)
|