Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 885873
Collapse All | Expand All

(-)a/configure (+2 lines)
Lines 5686-5691 else Link Here
5686
  #include <stdio.h>
5686
  #include <stdio.h>
5687
  #include <pwd.h>
5687
  #include <pwd.h>
5688
  #include <stdlib.h>
5688
  #include <stdlib.h>
5689
  #include <string.h>
5690
  #include <unistd.h>
5689
5691
5690
  int main() {
5692
  int main() {
5691
    struct passwd *pw;
5693
    struct passwd *pw;
(-)a/configure.in (-1 / +2 lines)
Lines 423-428 AC_TRY_RUN( [ Link Here
423
  #include <stdio.h>
423
  #include <stdio.h>
424
  #include <pwd.h>
424
  #include <pwd.h>
425
  #include <stdlib.h>
425
  #include <stdlib.h>
426
  #include <string.h>
427
  #include <unistd.h>
426
428
427
  int main() {
429
  int main() {
428
    struct passwd *pw;
430
    struct passwd *pw;
429
- 

Return to bug 885873