OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jun-ichiro itojun Hagino (itojuncvs.openbsd.org)
Date: Tue Sep 04 2001 - 20:27:13 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: itojuncvs.openbsd.org 2001/09/04 19:27:13

    Modified files:
            usr.sbin/route6d: route6d.c

    Log message:
    sync with the latest kame route6d.
    - no select() with FD_SETSIZE. from deraadt
    - use sin6 as varaible name, not sin, to avoid symbol conflict with sin().
    - other minor cleanups.