You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wang@kali-amd64:~/Downloads/tcpmux-master$ make
CC libtcpmux_la-daemon.lo
daemon.c: In function ‘tcphandler’:
daemon.c:75:5: warning: implicit declaration of function ‘tcpdetach’ [-Wimplicit-function-declaration]
int fd = tcpdetach(s);
^
daemon.c:99:5: warning: implicit declaration of function ‘tcpattach’ [-Wimplicit-function-declaration]
s = tcpattach(fd, 0);
^
daemon.c:99:7: warning: assignment makes pointer from integer without a cast
s = tcpattach(fd, 0);
^
daemon.c: In function ‘unixhandler’:
daemon.c:130:5: warning: implicit declaration of function ‘unixdetach’ [-Wimplicit-function-declaration]
int fd = unixdetach(s);
^
daemon.c:164:5: warning: implicit declaration of function ‘unixattach’ [-Wimplicit-function-declaration]
s = unixattach(fd, 0);
^
daemon.c:164:7: warning: assignment makes pointer from integer without a cast
s = unixattach(fd, 0);
^
CC libtcpmux_la-list.lo
CC libtcpmux_la-tcpmux.lo
tcpmux.c: In function ‘tcpmuxlisten’:
tcpmux.c:77:5: warning: implicit declaration of function ‘unixdetach’ [-Wimplicit-function-declaration]
res->fd = unixdetach(s);
^
tcpmux.c: In function ‘tcpmuxaccept’:
tcpmux.c:122:5: warning: implicit declaration of function ‘tcpattach’ [-Wimplicit-function-declaration]
return tcpattach(fd, 0);
^
tcpmux.c:122:5: warning: return makes pointer from integer without a cast
CCLD libtcpmux.la
make: *** No rule to make target 'tcpmuxd.c', needed by 'tcpmuxd.o'. Stop.
The text was updated successfully, but these errors were encountered:
wang@kali-amd64:~/Downloads/tcpmux-master$ make
CC libtcpmux_la-daemon.lo
daemon.c: In function ‘tcphandler’:
daemon.c:75:5: warning: implicit declaration of function ‘tcpdetach’ [-Wimplicit-function-declaration]
int fd = tcpdetach(s);
^
daemon.c:99:5: warning: implicit declaration of function ‘tcpattach’ [-Wimplicit-function-declaration]
s = tcpattach(fd, 0);
^
daemon.c:99:7: warning: assignment makes pointer from integer without a cast
s = tcpattach(fd, 0);
^
daemon.c: In function ‘unixhandler’:
daemon.c:130:5: warning: implicit declaration of function ‘unixdetach’ [-Wimplicit-function-declaration]
int fd = unixdetach(s);
^
daemon.c:164:5: warning: implicit declaration of function ‘unixattach’ [-Wimplicit-function-declaration]
s = unixattach(fd, 0);
^
daemon.c:164:7: warning: assignment makes pointer from integer without a cast
s = unixattach(fd, 0);
^
CC libtcpmux_la-list.lo
CC libtcpmux_la-tcpmux.lo
tcpmux.c: In function ‘tcpmuxlisten’:
tcpmux.c:77:5: warning: implicit declaration of function ‘unixdetach’ [-Wimplicit-function-declaration]
res->fd = unixdetach(s);
^
tcpmux.c: In function ‘tcpmuxaccept’:
tcpmux.c:122:5: warning: implicit declaration of function ‘tcpattach’ [-Wimplicit-function-declaration]
return tcpattach(fd, 0);
^
tcpmux.c:122:5: warning: return makes pointer from integer without a cast
CCLD libtcpmux.la
make: *** No rule to make target 'tcpmuxd.c', needed by 'tcpmuxd.o'. Stop.
The text was updated successfully, but these errors were encountered: