Dear all:

just in case this appears useful to you: I found some redundant code
lines in the following files.

sys/net/pipex.h:
   struct pipex_session  *pipex_pppoe_lookup_session (struct mbuf *);
   struct pipex_session  *pipex_pppoe_lookup_session (struct mbuf *);

usr.sbin/relayd/agentx.c
   snmp_agentx_oid(pdu, oid) == -1 ||
   snmp_agentx_oid(pdu, oid) == -1 ||

usr.sbin/snmpd/agentx.c:
     snmp_agentx_oid(pdu, oid) == -1 ||
     snmp_agentx_oid(pdu, oid) == -1 ||

usr.sbin/bgpd/rde.h:
      void             path_init(u_int32_t);
      void             path_init(u_int32_t);

lib/libcurses/nc_tparm.h:
#define TPARM_1(a,b) TPARM_2(a,b,0)
#define TPARM_1(a,b) TPARM_2(a,b,0)

Kind regards,
Steffen

-- 
Prof. Dr. Steffen Wendzel
Hochschule Worms
Stellv. wiss. Leiter ZTT
Fachbereich Informatik
Erenburgerstr. 19
Raum/Room N 334
D-67549 Worms
T: +49(0)6241.509-213
F: +49(0)6241.509-221
https://www.hs-worms.de/wendzel/

Reply via email to