summaryrefslogtreecommitdiff
path: root/audio/s3mod/files/patch-main.h
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 14:12:36 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 14:12:36 +0000
commit6df3e23245b2c3793f24e4c42dd330d59419494c (patch)
treee86901dd11e5a970cf6211165d2b26dbe637e186 /audio/s3mod/files/patch-main.h
parentlang/squeak: Claimed fix for PowerPC (diff)
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/s3mod/files/patch-main.h')
-rw-r--r--audio/s3mod/files/patch-main.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/s3mod/files/patch-main.h b/audio/s3mod/files/patch-main.h
new file mode 100644
index 000000000000..dd5881d1d985
--- /dev/null
+++ b/audio/s3mod/files/patch-main.h
@@ -0,0 +1,11 @@
+--- main.h.orig Sat Oct 21 15:56:32 1995
++++ main.h Sat Jan 27 15:30:30 2001
+@@ -43,7 +43,7 @@
+
+ void help(void);
+ void get_audio_device(void);
+-void main(int argc, char **argv);
++int main(int argc, char **argv);
+
+
+ #endif /* _MAIN_H */