From 2acc4dedaa4b801fcf309d8fc989d5be1badfd65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 16 Jan 2002 23:37:31 +0000 Subject: [PATCH] header path fix git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@881 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- rpcrot/rpcrot_clnt.c | 4 ++-- rpcrot/rpcrot_svc.c | 4 ++-- rpcrot/rpcrot_xdr.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rpcrot/rpcrot_clnt.c b/rpcrot/rpcrot_clnt.c index 141e1455f..69b95885d 100644 --- a/rpcrot/rpcrot_clnt.c +++ b/rpcrot/rpcrot_clnt.c @@ -4,13 +4,13 @@ */ #include /* for memset */ -#include "/home/fgretief/src-6/hamlib-cvssh/rpcrot/rpcrot.h" +#include "rpcrot.h" /* * Hamlib Interface - RPC definitions * Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton * Contributed by Francois Retief * - * $Id: rpcrot_clnt.c,v 1.1 2002-01-16 16:45:11 fgretief Exp $ + * $Id: rpcrot_clnt.c,v 1.2 2002-01-16 23:37:31 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as diff --git a/rpcrot/rpcrot_svc.c b/rpcrot/rpcrot_svc.c index 232429956..c42704a92 100644 --- a/rpcrot/rpcrot_svc.c +++ b/rpcrot/rpcrot_svc.c @@ -3,7 +3,7 @@ * It was generated using rpcgen. */ -#include "/home/fgretief/src-6/hamlib-cvssh/rpcrot/rpcrot.h" +#include "rpcrot.h" #include #include #include @@ -20,7 +20,7 @@ * Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton * Contributed by Francois Retief * - * $Id: rpcrot_svc.c,v 1.1 2002-01-16 16:45:11 fgretief Exp $ + * $Id: rpcrot_svc.c,v 1.2 2002-01-16 23:37:31 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as diff --git a/rpcrot/rpcrot_xdr.c b/rpcrot/rpcrot_xdr.c index ce2d043cc..82cfbd100 100644 --- a/rpcrot/rpcrot_xdr.c +++ b/rpcrot/rpcrot_xdr.c @@ -3,13 +3,13 @@ * It was generated using rpcgen. */ -#include "/home/fgretief/src-6/hamlib-cvssh/rpcrot/rpcrot.h" +#include "rpcrot.h" /* * Hamlib Interface - RPC definitions * Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton * Contributed by Francois Retief * - * $Id: rpcrot_xdr.c,v 1.1 2002-01-16 16:45:11 fgretief Exp $ + * $Id: rpcrot_xdr.c,v 1.2 2002-01-16 23:37:31 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as