summaryrefslogtreecommitdiffstats
path: root/libexec/ypxfr/ypxfr_getmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ypxfr/ypxfr_getmap.c')
-rw-r--r--libexec/ypxfr/ypxfr_getmap.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libexec/ypxfr/ypxfr_getmap.c b/libexec/ypxfr/ypxfr_getmap.c
index 14939ae..bc2d936 100644
--- a/libexec/ypxfr/ypxfr_getmap.c
+++ b/libexec/ypxfr/ypxfr_getmap.c
@@ -28,21 +28,21 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
+
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <stdio.h>
-#include <sys/types.h>
#include <time.h>
+#include <sys/types.h>
#include <rpc/rpc.h>
#include <rpc/xdr.h>
#include <rpcsvc/yp.h>
#include "ypxfr_extern.h"
-#ifndef lint
-static const char rcsid[] = "$Id$";
-#endif
-
extern bool_t xdr_ypresp_all_seq __P(( XDR *, unsigned long * ));
int (*ypresp_allfn)();
OpenPOWER on IntegriCloud