SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
misc/spdrs60/patches/patch-spdrs60_srcpmessage_h
Normal file
17
misc/spdrs60/patches/patch-spdrs60_srcpmessage_h
Normal file
|
@ -0,0 +1,17 @@
|
|||
Index: spdrs60/srcpmessage.h
|
||||
--- spdrs60/srcpmessage.h.orig
|
||||
+++ spdrs60/srcpmessage.h
|
||||
@@ -251,9 +251,10 @@ class GlMessage: public SrcpMessage
|
||||
};
|
||||
|
||||
/* mtGlInit */
|
||||
- GlMessage(Type type, unsigned int abus, unsigned int addr,
|
||||
- Protocol prot, unsigned int pv, unsigned int maxvs,
|
||||
- unsigned int fc);
|
||||
+ GlMessage(Type type = mtGlInit, unsigned int abus = 1,
|
||||
+ unsigned int addr = 1, Protocol prot = proDCC,
|
||||
+ unsigned int pv = 1, unsigned int maxvs = 14,
|
||||
+ unsigned int fc = 1);
|
||||
/* mtGlSet (all funtions)*/
|
||||
GlMessage(Type type, unsigned int abus,
|
||||
unsigned int addr, unsigned int fc, unsigned int dm,
|
Loading…
Add table
Add a link
Reference in a new issue