1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/audio/cam/files/patch-cam.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

15 lines
213 B
C

--- cam.c.orig 1996-04-09 18:17:57 UTC
+++ cam.c
@@ -24,9 +24,10 @@
+#include <stdlib.h>
#include "cam.h"
-void main(int argc, char *argv[])
+int main(int argc, char *argv[])
{
if (argc == 1)
{