From 7a770247ab47579223da3ba873ca8236e5760b74 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 14 Sep 1995 09:00:06 +0000 Subject: Tue Sep 12 14:30:07 1995 Roland McGrath * misc/mntent.c: New file. * misc/mntent.h: New file. * misc/Makefile (headers): Added mntent.h. (routines): Added mntent. * misc/fstab.c: Rewritten using mntent functions. Mon Sep 11 14:00:14 1995 Roland McGrath * posix/glob.c (glob): Comment fix. --- misc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/Makefile') diff --git a/misc/Makefile b/misc/Makefile index 53489c6..c626dd7 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -25,7 +25,7 @@ subdir := misc headers := sys/uio.h sys/ioctl.h sys/ptrace.h ioctls.h sys/file.h \ a.out.h nlist.h stab.h stab.def sgtty.h sys/dir.h sys/cdefs.h \ ttyent.h syscall.h syslog.h sys/syslog.h paths.h sys/reboot.h \ - sys/mman.h sys/param.h fstab.h search.h utmp.h + sys/mman.h sys/param.h fstab.h mntent.h search.h utmp.h routines := brk sbrk sstk ioctl \ readv writev \ @@ -42,7 +42,7 @@ routines := brk sbrk sstk ioctl \ ualarm usleep \ gtty stty \ ptrace \ - nlist fstab \ + nlist fstab mntent \ utimes \ truncate ftruncate \ chflags fchflags \ -- cgit v1.1