diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /share/examples/kld | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
Diffstat (limited to 'share/examples/kld')
| -rw-r--r-- | share/examples/kld/cdev/module/Makefile | 2 | ||||
| -rw-r--r-- | share/examples/kld/cdev/test/Makefile | 2 | ||||
| -rw-r--r-- | share/examples/kld/syscall/module/syscall.c | 2 | ||||
| -rw-r--r-- | share/examples/kld/syscall/test/call.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/share/examples/kld/cdev/module/Makefile b/share/examples/kld/cdev/module/Makefile index aa07686853d2..68c257902351 100644 --- a/share/examples/kld/cdev/module/Makefile +++ b/share/examples/kld/cdev/module/Makefile @@ -34,7 +34,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.5 1998/11/08 22:31:00 rv Exp $ +# $Id: Makefile,v 1.1 1998/12/11 10:44:30 dfr Exp $ # # Copyright (c) 1993 Terrence R. Lambert. # All rights reserved. diff --git a/share/examples/kld/cdev/test/Makefile b/share/examples/kld/cdev/test/Makefile index fa3f9f83a267..57187d2e223e 100644 --- a/share/examples/kld/cdev/test/Makefile +++ b/share/examples/kld/cdev/test/Makefile @@ -64,7 +64,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.5 1997/02/22 13:55:56 peter Exp $ +# $Id: Makefile,v 1.1 1998/12/11 10:44:30 dfr Exp $ # PROG= testcdev NOMAN= diff --git a/share/examples/kld/syscall/module/syscall.c b/share/examples/kld/syscall/module/syscall.c index 1bfb4823fd8c..d80801c6b0f0 100644 --- a/share/examples/kld/syscall/module/syscall.c +++ b/share/examples/kld/syscall/module/syscall.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: syscall.c,v 1.1 1999/01/09 14:26:19 dfr Exp $ */ #include <sys/types.h> diff --git a/share/examples/kld/syscall/test/call.c b/share/examples/kld/syscall/test/call.c index 0e4b70e1fa60..39cceb5263c0 100644 --- a/share/examples/kld/syscall/test/call.c +++ b/share/examples/kld/syscall/test/call.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: call.c,v 1.1 1999/01/09 14:26:22 dfr Exp $ + * $Id: call.c,v 1.2 1999/01/09 15:03:06 dfr Exp $ */ #include <stdio.h> |
