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] | |
Building glibc I now get:
In file included from ../include/sys/syslog.h:1,
from ../misc/syslog.h:1,
from ../include/syslog.h:1,
from nscd.c:37:
../misc/sys/syslog.h:207:26: error: bits/syslog.h: No such file or directory
make[2]: *** [/builds/glibc/4.1+nptl/nscd/nscd.o] Error 1
I'm appending a patch. Ok to commit?
Andreas
2005-07-31 Andreas Jaeger <aj@suse.de>
* include/bits/syslog.h: New file.
============================================================
Index: include/bits/syslog.h
--- include/bits/syslog.h created
+++ include/bits/syslog.h 2005-07-31 12:22:06.000000000 +0200 1.1
@@ -0,0 +1 @@
+#include <misc/bits/syslog.h>
--
Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |