Module Name: src Committed By: thorpej Date: Tue Jan 2 07:30:29 UTC 2024
Modified Files: src/sys/dev/goldfish: gftty.c Log Message: Fix file-copy-o. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/goldfish/gftty.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/goldfish/gftty.c diff -u src/sys/dev/goldfish/gftty.c:1.1 src/sys/dev/goldfish/gftty.c:1.2 --- src/sys/dev/goldfish/gftty.c:1.1 Tue Jan 2 07:29:39 2024 +++ src/sys/dev/goldfish/gftty.c Tue Jan 2 07:30:29 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: gftty.c,v 1.1 2024/01/02 07:29:39 thorpej Exp $ */ +/* $NetBSD: gftty.c,v 1.2 2024/01/02 07:30:29 thorpej Exp $ */ /*- * Copyright (c) 2023 The NetBSD Foundation, Inc. @@ -30,11 +30,11 @@ */ /* - * Support for the Goldfish virtual Programmable Interrupt Controller. + * Support for the Goldfish virtual TTY. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: gftty.c,v 1.1 2024/01/02 07:29:39 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gftty.c,v 1.2 2024/01/02 07:30:29 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h>