]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/eui64.c
pppd: Fix setting flags of IPv6 peer address
[ppp.git] / pppd / eui64.c
index d025eff4c1e2742d8dbf86ee205dc53ff059ab6c..98caf9447408d6ea4741d49f3c4e065852373bf6 100644 (file)
  * 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 $"
-
 #include "pppd.h"
 
-static const char rcsid[] = RCSID;
 
 /*
  * 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];