NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xsrc/41899: Prototypes in Data16.



>Number:         41899
>Category:       xsrc
>Synopsis:       Prototypes in Data16.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    xsrc-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 17 07:45:00 +0000 2009
>Originator:     Henning Petersen
>Release:        
>Organization:
>Environment:
>Description:
Prototypes in Data16 is wrong.
>How-To-Repeat:

>Fix:
diff -u -r1.1.1.2 FSlibInt.c
--- libFS/dist/src/FSlibInt.c   9 Jul 2009 02:00:07 -0000       1.1.1.2
+++ libFS/dist/src/FSlibInt.c   17 Aug 2009 07:00:50 -0000
@@ -1180,7 +1180,7 @@
 }
 
 void
-Data16(svr, data, len)
+Data16(
     FSServer   *svr,
     short      *data,
     unsigned    len)



Home | Main Index | Thread Index | Old Index