bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libnss_compat yet again


From: Bob McCracken
Subject: libnss_compat yet again
Date: Sun, 29 Apr 2001 19:31:37 -0500 (CDT)

Another error in my bug report: I incorrectly identified nis/nss-nis.c and
nis/nss-nis.h as the problem files. It should have been nis/nss_nisplus.c
and nis/nss_nisplus.h. However, I found a simple work-around that solved
the problem:

First, I copied nis/nss-nisplus.c to nis/foo.h

Then I edited one of the sources in nis/nss_compat
(nis/nss_compat/compat-pwd.c) to include foo.h:

        [...]
        #include "nss-nisplus.h"
        #include "nisplus-parser.h"
        #include "foo.h"
        [...]

No errors now.

My apologies for the hasty oversights in my reporting.

        Bob McCracken




reply via email to

[Prev in Thread] Current Thread [Next in Thread]