diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/rsynth/files/patch-naplay.c | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/rsynth/files/patch-naplay.c')
-rw-r--r-- | audio/rsynth/files/patch-naplay.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/rsynth/files/patch-naplay.c b/audio/rsynth/files/patch-naplay.c new file mode 100644 index 000000000000..44906e467d35 --- /dev/null +++ b/audio/rsynth/files/patch-naplay.c @@ -0,0 +1,9 @@ +*** naplay.c.ORIG Tue Nov 1 19:40:13 1994 +--- naplay.c Sat Jun 10 19:51:40 1995 +*************** +*** 1,3 **** +--- 1,4 ---- ++ #include <sys/types.h> + #include <useconfig.h> + #include <sys/time.h> + #include <sys/stat.h> |