mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move grp.h functions into their own directory.
This commit is contained in:
parent
3d18ed9a43
commit
6259878db3
2 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ getpid.o \
|
|||
getppid.o \
|
||||
gettermmode.o \
|
||||
getuid.o \
|
||||
grent.o \
|
||||
grp/grent.o \
|
||||
init.o \
|
||||
ioctl.o \
|
||||
ioleast.o \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
grent.cpp
|
||||
grp/grent.cpp
|
||||
Group database.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Add table
Reference in a new issue