Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 1999 05:44:47 -0700 (PDT)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/examples/kld/cdev/module Makefile cdev.c cdev.h cdevmod.c src/share/examples/kld/cdev/test testcdev.c
Message-ID:  <199906271244.FAA21916@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         1999/06/27 05:44:46 PDT

  Modified files:
    share/examples/kld/cdev/module Makefile cdev.c cdev.h 
                                   cdevmod.c 
    share/examples/kld/cdev/test testcdev.c 
  Log:
  * Tidy up a few things and fix some more warnings.
  * Change the devsw declaration to standard form and add missing fields
  * Change the filename from cdev_mod.ko to cdev.ko
  
  Revision  Changes    Path
  1.2       +2 -2      src/share/examples/kld/cdev/module/Makefile
  1.3       +4 -1      src/share/examples/kld/cdev/module/cdev.c
  1.3       +0 -21     src/share/examples/kld/cdev/module/cdev.h
  1.3       +26 -6     src/share/examples/kld/cdev/module/cdevmod.c
  1.2       +2 -1      src/share/examples/kld/cdev/test/testcdev.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906271244.FAA21916>