[Bug 1985] New: Unused file: cpukit/telnetd/icmds.c

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Thu Dec 8 05:27:04 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1985

           Summary: Unused file: cpukit/telnetd/icmds.c
           Product: RTEMS
           Version: HEAD
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cpukit
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: ralf.corsepius at rtems.org


The file cpukit/telnetd/icmds.c seems unused.

The only function it exports ("_rtems_telnetd_register_icmds") is not
declared in any header and therefore is not accessible without applying
trickery.

I'd suggest to either remove this file or to rename
_rtems_telnetd_register_icmds into rtems_telnetd_register_icmds
(to denote this function is public) and move it to a public header.

As with similar findings before, I am not sure about what is desired and what
to do about.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list