This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-630-gcb78c22


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  cb78c221d52954ccf1bfd3f9add17b399d10f22b (commit)
      from  efa6a45f2a90b09310c6976b3f3d713fa131ac18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=cb78c221d52954ccf1bfd3f9add17b399d10f22b

commit cb78c221d52954ccf1bfd3f9add17b399d10f22b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Apr 20 21:13:53 2012 +0000

    Remove unused sysdeps/unix/sysv/direct.h.

diff --git a/ChangeLog b/ChangeLog
index f57b8b3..fb5e47a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/direct.h: Remove file.
+
 	* sysdeps/unix/sysv/bits/dirent.h: Remove file.
 	* sysdeps/unix/sysv/bits/fcntl.h: Likewise.
 	* sysdeps/unix/sysv/bits/local_lim.h: Likewise.
diff --git a/sysdeps/unix/sysv/direct.h b/sysdeps/unix/sysv/direct.h
deleted file mode 100644
index dc1d77b..0000000
--- a/sysdeps/unix/sysv/direct.h
+++ /dev/null
@@ -1,10 +0,0 @@
-struct direct
-  {
-    unsigned short int d_fileno;
-    char d_name[14];
-  };
-
-#define D_NAMLEN(d) \
-  ((d)->d_name[13] == '\0' ? strlen ((d)->d_name) : 14)
-
-#define D_RECLEN(d) (sizeof (*(d)))

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                  |    2 ++
 sysdeps/unix/sysv/direct.h |   10 ----------
 2 files changed, 2 insertions(+), 10 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/direct.h


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]