Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2016 13:20:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208815] net/fspd: fix build on current
Message-ID:  <bug-208815-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208815

            Bug ID: 208815
           Summary: net/fspd: fix build on current
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
                CC: hsn@sendmail.cz
             Flags: maintainer-feedback?(hsn@sendmail.cz)
                CC: hsn@sendmail.cz

Created attachment 169336
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169336&action=
=3Dedit
Patch

fspd does not build on -current, because fdclose() was added to libc, and f=
spd
reuses that name:

contrib/fspscan.c:153:17: error: too few arguments to function call, expect=
ed
2, have 0
        fdclose();
        ~~~~~~~ ^
/usr/include/stdio.h:402:1: note: 'fdclose' declared here
int      fdclose(FILE *, int *);
^

Attached patch fixes it.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208815-13>