X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Feui64.c;h=7978c06c204d887e6bdce9a7ea8cb2f5fcca68ee;hp=e7be0e1e63e92f1e6fe445627af873badd03a5bb;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hpb=d8e8d7a74b791743ad67e8bdba10508b0f901beb diff --git a/pppd/eui64.c b/pppd/eui64.c index e7be0e1..7978c06 100644 --- a/pppd/eui64.c +++ b/pppd/eui64.c @@ -32,10 +32,11 @@ * 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" @@ -44,8 +45,7 @@ * 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];