summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-08 03:31:04 +0000
committerRoland McGrath <roland@gnu.org>1996-05-08 03:31:04 +0000
commitce4d8b661ad9a92db0327566964d128db28947a1 (patch)
treecb438408246873f731f03b3ca42fdaec6aaf0a72 /sysdeps
parent0e3426bbcf2ff61d06d580fc9362fde79953a281 (diff)
Tue May 7 23:18:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960508
* po/Makefile: New file. * Makefile (subdirs): Add po. * configure.in: Check for msgfmt. * config.make.in (MSGFMT): New variable. Sun May 5 23:49:10 1996 Ulrich Drepper <drepper@cygnus.com> * misc/Makefile (routines): Add swapoff. * sysdeps/unix/sysv/linux/Dist: Add sys/quota.h. * sysdeps/unix/sysv/linux/sys/quota.h: New file. Wrapper around kernel header file.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/Dist2
-rw-r--r--sysdeps/unix/sysv/linux/sys/quota.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist
index 8c8be26b92..ec9df85047 100644
--- a/sysdeps/unix/sysv/linux/Dist
+++ b/sysdeps/unix/sysv/linux/Dist
@@ -1,4 +1,6 @@
sys/acct.h
+sys/acct.h
+sys/quota.h
sys/socketcall.h
sys/sysctl.h
sys/timex.h
diff --git a/sysdeps/unix/sysv/linux/sys/quota.h b/sysdeps/unix/sysv/linux/sys/quota.h
new file mode 100644
index 0000000000..d897b791cd
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/sys/quota.h
@@ -0,0 +1,2 @@
+/* The kernel header file contains all declarations and definitions. */
+#include <linux/quota.h>