From: Roland McGrath Date: Fri, 5 Jul 1996 20:02:58 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/sys/user.h: New file. X-Git-Tag: cvs/libc-960706~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39d690795a63d66c893ceecf74b910977cdfc8f1;p=thirdparty%2Fglibc.git * sysdeps/unix/sysv/linux/sys/user.h: New file. * sysdeps/unix/sysv/linux/Dist: Add it. * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add sys/user.h. --- diff --git a/ChangeLog b/ChangeLog index 4bb681929c2..bb1341b80e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Fri Jul 5 12:22:51 1996 Roland McGrath + * sysdeps/unix/sysv/linux/sys/user.h: New file. + * sysdeps/unix/sysv/linux/Dist: Add it. + * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add sys/user.h. + * nss/nss_files/files-parse.c (parse_list): Set EOL from LINE if it points within DATA->linebuffer; otherwise use all of DATA->linebuffer itself, no need to skip past a NUL. diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index 9daf03a9476..423d002f0b7 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -12,4 +12,5 @@ sys/socketcall.h sys/sysctl.h sys/sysinfo.h sys/timex.h +sys/user.h termio.h diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index db81c2cc8e3..6eaf33852fc 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -8,7 +8,7 @@ setfsgid setfsuid sysinfo uselib s_reboot sysdep_headers += sys/mount.h sys/sysinfo.h sys/acct.h sys/sysctl.h \ sys/module.h sys/io.h sys/klog.h sys/kdaemon.h \ - syscall-list.h + sys/user.h syscall-list.h # Generate the list of SYS_* macros for the system calls (__NR_* macros). $(objpfx)syscall-%.h $(objpfx)syscall-%.d: ../sysdeps/unix/sysv/linux/syscall.h diff --git a/sysdeps/unix/sysv/linux/sys/user.h b/sysdeps/unix/sysv/linux/sys/user.h new file mode 100644 index 00000000000..30e9b57ab7b --- /dev/null +++ b/sysdeps/unix/sysv/linux/sys/user.h @@ -0,0 +1 @@ +#include