1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/s3mod/files/patch-ah
Ying-Chieh Liao e22dc21f08 - Support MAKE properly
- Support install macros
- Apply to 'one file per patch' convention
- Add WWW: line

PR:		24667
Submitted by:	tkato@prontomail.ne.jp
2001-01-28 03:50:57 +00:00

12 lines
240 B
Plaintext

--- 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 */