summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2011-05-13 14:10:38 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2011-05-13 14:24:07 -0400
commitc96a766171b601d5061b566d5da3794d9df354d2 (patch)
tree965c207f52ab4087f2a880fe7b2866cb99623790 /src
parente5698d42c039b6d7d33af94eb1ee7d4c044625df (diff)
downloadslapi-nis-c96a766171b601d5061b566d5da3794d9df354d2.tar.gz
slapi-nis-c96a766171b601d5061b566d5da3794d9df354d2.tar.xz
slapi-nis-c96a766171b601d5061b566d5da3794d9df354d2.zip
- don't assume that libc will provide yp headers -- build them ourselves
Diffstat (limited to 'src')
-rw-r--r--src/back-nis.c4
-rw-r--r--src/back-sch.c4
-rw-r--r--src/back-shr.c4
-rw-r--r--src/disp-nis.c4
-rw-r--r--src/format.c2
-rw-r--r--src/nis.c4
-rw-r--r--src/plug-nis.c4
-rw-r--r--src/plug-sch.c4
-rw-r--r--src/portmap.c4
9 files changed, 17 insertions, 17 deletions
diff --git a/src/back-nis.c b/src/back-nis.c
index 360f9ac..906f25a 100644
--- a/src/back-nis.c
+++ b/src/back-nis.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008,2011 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@
#endif
#include <rpc/xdr.h>
-#include <rpcsvc/yp_prot.h>
+#include "../yp/yp.h"
#ifdef HAVE_TCPD_H
#include <tcpd.h>
diff --git a/src/back-sch.c b/src/back-sch.c
index f9425fd..a6602c4 100644
--- a/src/back-sch.c
+++ b/src/back-sch.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008,2009,2010 Red Hat, Inc.
+ * Copyright 2008,2009,2010,2011 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@
#endif
#include <rpc/xdr.h>
-#include <rpcsvc/yp_prot.h>
+#include "../yp/yp.h"
#ifdef HAVE_TCPD_H
#include <tcpd.h>
diff --git a/src/back-shr.c b/src/back-shr.c
index 1d700a7..355686b 100644
--- a/src/back-shr.c
+++ b/src/back-shr.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008,2010 Red Hat, Inc.
+ * Copyright 2008,2010,2011 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@
#endif
#include <rpc/xdr.h>
-#include <rpcsvc/yp_prot.h>
+#include "../yp/yp.h"
#ifdef HAVE_TCPD_H
#include <tcpd.h>
diff --git a/src/disp-nis.c b/src/disp-nis.c
index 28b55fd..b381e0c 100644
--- a/src/disp-nis.c
+++ b/src/disp-nis.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008,2011 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@
#endif
#include <rpc/rpc.h>
-#include <rpcsvc/yp_prot.h>
+#include "../yp/yp.h"
#include "plugin.h"
#include "disp-nis.h"
diff --git a/src/format.c b/src/format.c
index 0d3df33..51be5e9 100644
--- a/src/format.c
+++ b/src/format.c
@@ -40,7 +40,7 @@
#include <slapi-plugin.h>
#endif
-#include <rpcsvc/yp.h>
+#include "../yp/yp.h"
#include "backend.h"
#include "back-shr.h"
diff --git a/src/nis.c b/src/nis.c
index 4629bb8..b7640c6 100644
--- a/src/nis.c
+++ b/src/nis.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008,2011 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@
#endif
#include <rpc/rpc.h>
-#include <rpcsvc/yp_prot.h>
+#include "../yp/yp.h"
#include "disp-nis.h"
#include "map.h"
diff --git a/src/plug-nis.c b/src/plug-nis.c
index 4db1061..c6fa274 100644
--- a/src/plug-nis.c
+++ b/src/plug-nis.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008,2009 Red Hat, Inc.
+ * Copyright 2008,2009,2011 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@
#include <unistd.h>
#include <rpc/rpc.h>
-#include <rpcsvc/yp_prot.h>
+#include "../yp/yp.h"
#ifdef HAVE_TCPD_H
#include <tcpd.h>
diff --git a/src/plug-sch.c b/src/plug-sch.c
index 7bd121d..e7d4762 100644
--- a/src/plug-sch.c
+++ b/src/plug-sch.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008,2011 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
#include <unistd.h>
#include <rpc/rpc.h>
-#include <rpcsvc/yp_prot.h>
+#include "../yp/yp.h"
#ifdef HAVE_TCPD_H
#include <tcpd.h>
diff --git a/src/portmap.c b/src/portmap.c
index 12bd34d..6b4a3cd 100644
--- a/src/portmap.c
+++ b/src/portmap.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008,2009 Red Hat, Inc.
+ * Copyright 2008,2009,2011 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -38,8 +38,8 @@
#include <slapi-plugin.h>
#endif
-#include <rpcsvc/yp_prot.h>
#include <rpc/xdr.h>
+#include "../yp/yp.h"
#include <rpc/pmap_prot.h>
#include "portmap.h"