mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
15 lines
213 B
C
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)
|
|
{
|