diff options
Diffstat (limited to 'sys/modules/splash/pcx')
-rw-r--r-- | sys/modules/splash/pcx/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/splash/pcx/splash_pcx.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/splash/pcx/Makefile b/sys/modules/splash/pcx/Makefile index baf064c5b972..a64a61864db2 100644 --- a/sys/modules/splash/pcx/Makefile +++ b/sys/modules/splash/pcx/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ KMOD= splash_pcx SRCS= splash_pcx.c diff --git a/sys/modules/splash/pcx/splash_pcx.c b/sys/modules/splash/pcx/splash_pcx.c index 9b81c3f7ae7d..544e8c795785 100644 --- a/sys/modules/splash/pcx/splash_pcx.c +++ b/sys/modules/splash/pcx/splash_pcx.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: splash_pcx.c,v 1.2 1999/06/22 14:14:06 yokota Exp $ + * $FreeBSD$ */ #include <sys/param.h> |