Print this page
9704 move socket functions to libc

*** 660,669 **** --- 660,674 ---- vprintf_c89.o \ vsnprintf_c89.o \ vsprintf_c89.o \ vwprintf_c89.o + PORTSOCKET= \ + sockatmark.o \ + socket.o \ + socketpair.o + PORTSTDIO_C89= \ vscanf_c89.o \ vwscanf_c89.o \ # portable stdio objects that contain large file interfaces.
*** 1014,1023 **** --- 1019,1029 ---- $(PORTPRINT) \ $(PORTPRINT_C89) \ $(PORTPRINT_W) \ $(PORTREGEX) \ $(PORTREGEX64) \ + $(PORTSOCKET) \ $(PORTSTDIO) \ $(PORTSTDIO64) \ $(PORTSTDIO_C89) \ $(PORTSTDIO_W) \ $(PORTSYS) \
*** 1169,1178 **** --- 1175,1185 ---- $(PORTI18N:%.o=$(LIBCDIR)/port/i18n/%.c) \ $(PORTINET:%.o=$(LIBCDIR)/port/inet/%.c) \ $(PORTLOCALE:%.o=$(LIBCDIR)/port/locale/%.c) \ $(PORTPRINT:%.o=$(LIBCDIR)/port/print/%.c) \ $(PORTREGEX:%.o=$(LIBCDIR)/port/regex/%.c) \ + $(PORTSOCKET:%.o=$(LIBCDIR)/port/socket/%.c) \ $(PORTSTDIO:%.o=$(LIBCDIR)/port/stdio/%.c) \ $(PORTSYS:%.o=$(LIBCDIR)/port/sys/%.c) \ $(AIOOBJS:%.o=$(LIBCDIR)/port/aio/%.c) \ $(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c) \ $(SECFLAGSOBJS:%.o=$(SRC)/common/secflags/%.c) \