Module Name: src Committed By: tsutsui Date: Sun Jun 29 03:57:10 UTC 2014
Modified Files: src/sys/arch/sparc/dev: sxvar.h Log Message: Add a newline at end of file. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc/dev/sxvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/sparc/dev/sxvar.h diff -u src/sys/arch/sparc/dev/sxvar.h:1.2 src/sys/arch/sparc/dev/sxvar.h:1.3 --- src/sys/arch/sparc/dev/sxvar.h:1.2 Tue Apr 15 10:24:54 2014 +++ src/sys/arch/sparc/dev/sxvar.h Sun Jun 29 03:57:10 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: sxvar.h,v 1.2 2014/04/15 10:24:54 macallan Exp $ */ +/* $NetBSD: sxvar.h,v 1.3 2014/06/29 03:57:10 tsutsui Exp $ */ /*- * Copyright (c) 2013 The NetBSD Foundation, Inc. @@ -51,4 +51,4 @@ sx_read(struct sx_softc *sc, int addr) return bus_space_read_4(sc->sc_tag, sc->sc_regh, addr); } -#endif \ No newline at end of file +#endif