Print this page
cfmakeraw
cfsetspeed

*** 12,22 **** # # Copyright 2011, Richard Lowe # Copyright 2018 Nexenta Systems, Inc. # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> ! # Copyright 2018 Joyent, Inc. # Copyright 2018 Jason King # Copyright 2019 OmniOS Community Edition (OmniOSce) Association. # include $(SRC)/Makefile.master --- 12,22 ---- # # Copyright 2011, Richard Lowe # Copyright 2018 Nexenta Systems, Inc. # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> ! # Copyright 2019 Joyent, Inc. # Copyright 2018 Jason King # Copyright 2019 OmniOS Community Edition (OmniOSce) Association. # include $(SRC)/Makefile.master
*** 64,73 **** --- 64,74 ---- byteorder.3c \ call_once.3c \ catgets.3c \ catopen.3c \ cfgetispeed.3c \ + cfmakeraw.3c \ cfsetispeed.3c \ clearenv.3c \ clock.3c \ clock_nanosleep.3c \ clock_settime.3c \
*** 727,736 **** --- 728,738 ---- calloc.3c \ canonicalize_file_name.3c \ catclose.3c \ cfgetospeed.3c \ cfsetospeed.3c \ + cfsetspeed.3c \ cftime.3c \ clearerr.3c \ clock_getres.3c \ clock_gettime.3c \ closelog.3c \
*** 1598,1607 **** --- 1600,1610 ---- catclose.3c := LINKSRC = catopen.3c cfgetospeed.3c := LINKSRC = cfgetispeed.3c cfsetospeed.3c := LINKSRC = cfsetispeed.3c + cfsetspeed.3c := LINKSRC = cfsetispeed.3c clock_getres.3c := LINKSRC = clock_settime.3c clock_gettime.3c := LINKSRC = clock_settime.3c fdwalk.3c := LINKSRC = closefrom.3c