mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
238 B
C
11 lines
238 B
C
--- main.h.orig 1995-10-21 06:56:32 UTC
|
|
+++ main.h
|
|
@@ -43,7 +43,7 @@ extern uint32 mixspeed;
|
|
|
|
void help(void);
|
|
void get_audio_device(void);
|
|
-void main(int argc, char **argv);
|
|
+int main(int argc, char **argv);
|
|
|
|
|
|
#endif /* _MAIN_H */
|