OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Miod Vallat (miodcvs.openbsd.org)
Date: Sun Apr 28 2002 - 10:17:09 CDT

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

    CVSROOT: /cvs
    Module name: src
    Changes by: miodcvs.openbsd.org 2002/04/28 09:17:09

    Modified files:
            sys/arch/hp300/hp300: mem.c
            sys/arch/mvme88k/dev: bugtty.c cl.c dart.c if_ve.c nvram.c
                                  nvramreg.h sram.c vmel.c vmes.c vx.c
            sys/arch/mvme88k/mvme88k: conf.c mem.c
    Added files:
            sys/arch/mvme88k/include: conf.h

    Log message:
    Use the prototypes defined via cdev_decl() macros, instead of rolling our
    own; thus fix a lot of foo_open(), foo_close() and foo_ioctl() prototypes
    in the process.