summaryrefslogtreecommitdiff
path: root/ham/yaesu/patches/patch-pacing.c
blob: 6de90278172c4ea5b9c74aa3e4b66872e1224c75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-pacing.c,v 1.1 2012/10/24 15:38:03 joerg Exp $

--- pacing.c.orig	2012-10-21 10:06:08.000000000 +0000
+++ pacing.c
@@ -1,10 +1,8 @@
-extern main();
-extern outport();
-
-#include <config.h>
+#include "yaesu.h"
+#include "config.h"
 
 /*  Make sure pacing is set for the most speed */
-pacing(int fdSer) {
+void pacing(int fdSer) {
     int opcode;
 
     opcode = 14;