X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Feui64.c;h=bc84e8dee81a952ee8ce75108b412641fa2c28cd;hb=dba46f53e2342b211df788fe377347108ce0e2c6;hp=e7be0e1e63e92f1e6fe445627af873badd03a5bb;hpb=b1fcf16fa66159f380ee4abd7c9a76b59809dc7b;p=ppp.git diff --git a/pppd/eui64.c b/pppd/eui64.c index e7be0e1..bc84e8d 100644 --- a/pppd/eui64.c +++ b/pppd/eui64.c @@ -32,20 +32,20 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: eui64.c,v 1.6 2002/12/04 23:03:32 paulus Exp $ */ -#define RCSID "$Id: eui64.c,v 1.6 2002/12/04 23:03:32 paulus Exp $" +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif -#include "pppd.h" +#include "pppd-private.h" /* * eui64_ntoa - Make an ascii representation of an interface identifier */ char * -eui64_ntoa(e) - eui64_t e; +eui64_ntoa(eui64_t e) { static char buf[32];