Date: Thu, 1 Jan 2009 13:53:00 GMT From: Ed Schouten <ed@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 155552 for review Message-ID: <200901011353.n01Dr0FW034184@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=155552 Change 155552 by ed@ed_dull on 2009/01/01 13:52:40 Reduce unneeded diff against SVN. Affected files ... .. //depot/projects/mpsafetty/sys/dev/syscons/scterm-teken.c#20 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/Makefile#4 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/gensequences#5 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/sequences#8 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken.c#12 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken.h#12 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_demo.c#3 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_stress.c#2 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_subr.h#24 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_subr_compat.h#3 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_wcwidth.h#5 integrate .. //depot/projects/mpsafetty/sys/pc98/cbus/sctermvar.h#2 integrate Differences ... ==== //depot/projects/mpsafetty/sys/dev/syscons/scterm-teken.c#20 (text+ko) ==== @@ -2,7 +2,7 @@ * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> * All rights reserved. * - * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> + * Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scterm-teken.c,v 1.1 2009/01/01 13:26:53 ed Exp $"); #include "opt_syscons.h" ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/Makefile#4 (text+ko) ==== @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/syscons/teken/Makefile,v 1.1 2009/01/01 13:26:53 ed Exp $ PROG= teken_demo SRCS= teken_demo.c teken.c teken_state.h ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/gensequences#5 (text+ko) ==== @@ -1,7 +1,7 @@ #!/usr/bin/awk -f #- -# Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> +# Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/syscons/teken/gensequences,v 1.1 2009/01/01 13:26:53 ed Exp $ function die(msg) { print msg; ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/sequences#8 (text+ko) ==== @@ -1,5 +1,5 @@ #- -# Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> +# Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/syscons/teken/sequences,v 1.1 2009/01/01 13:26:53 ed Exp $ # File format is as follows: # Abbr Abbreviation of sequence name ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken.c#12 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> + * Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken.c,v 1.1 2009/01/01 13:26:53 ed Exp $ */ #include <sys/cdefs.h> ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken.h#12 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> + * Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken.h,v 1.1 2009/01/01 13:26:53 ed Exp $ */ #ifndef _TEKEN_H_ ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_demo.c#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> + * Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken_demo.c,v 1.1 2009/01/01 13:26:53 ed Exp $ */ #include <sys/ioctl.h> ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_stress.c#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> + * Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken_stress.c,v 1.1 2009/01/01 13:26:53 ed Exp $ */ #include <sys/cdefs.h> ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_subr.h#24 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> + * Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken_subr.h,v 1.1 2009/01/01 13:26:53 ed Exp $ */ static void teken_subr_cursor_up(teken_t *, unsigned int); ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_subr_compat.h#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> + * Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken_subr_compat.h,v 1.1 2009/01/01 13:26:53 ed Exp $ */ static void ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_wcwidth.h#5 (text+ko) ==== @@ -7,7 +7,7 @@ * * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken_wcwidth.h,v 1.1 2009/01/01 13:26:53 ed Exp $ */ struct interval { ==== //depot/projects/mpsafetty/sys/pc98/cbus/sctermvar.h#2 (text+ko) ==== @@ -23,7 +23,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. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/sctermvar.h,v 1.1 2009/01/01 13:26:53 ed Exp $ */ #ifndef _DEV_SYSCONS_SCTERMVAR_H_
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901011353.n01Dr0FW034184>