This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

[PATCH] Fix tst-chk{2,3}


Hi!

Without this patch tst-chk{2,3} fails to compile, as the compiler doesn't
find <bits/unistd.h> and <bits/socket2.h> headers.

2005-03-05  Jakub Jelinek  <jakub@redhat.com>

	* include/bits/unistd.h: New file.
	* include/bits/socket2.h: New file.

--- libc/include/bits/unistd.h.jj	2005-03-05 13:59:05.025543987 +0100
+++ libc/include/bits/unistd.h	2005-03-05 13:59:00.055428864 +0100
@@ -0,0 +1 @@
+#include <posix/bits/unistd.h>
--- libc/include/bits/socket2.h.jj	2005-03-05 13:59:58.793971057 +0100
+++ libc/include/bits/socket2.h	2005-03-05 13:59:53.909840630 +0100
@@ -0,0 +1 @@
+#include <socket/bits/socket2.h>

	Jakub


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