diff options
Diffstat (limited to 'misc/ibutton-pdkit/patches/patch-tstfind.c')
-rw-r--r-- | misc/ibutton-pdkit/patches/patch-tstfind.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/ibutton-pdkit/patches/patch-tstfind.c b/misc/ibutton-pdkit/patches/patch-tstfind.c new file mode 100644 index 00000000000..75ac983ad11 --- /dev/null +++ b/misc/ibutton-pdkit/patches/patch-tstfind.c @@ -0,0 +1,13 @@ +$NetBSD: patch-tstfind.c,v 1.1 2013/01/11 13:30:32 joerg Exp $ + +--- tstfind.c.orig 2013-01-11 01:31:35.000000000 +0000 ++++ tstfind.c +@@ -57,7 +57,7 @@ void PrintSerialNum(int); + //---------------------------------------------------------------------- + // Main for tstfind + // +-int main(short argc, char **argv) ++int main(int argc, char **argv) + { + int rslt,cnt; + char return_msg[128]; |