Add missing newline in last line of file.
Uncovered via: fromcvs vs. svn Approved by: ed (co-mentor)
This commit is contained in:
parent
a341d04c78
commit
54673381cd
@ -372,4 +372,4 @@ compact implementation when appropriate.
|
||||
There should be a corresponding
|
||||
.Nm archive_read_disk
|
||||
interface that walks a directory heirarchy and returns archive
|
||||
entry objects.
|
||||
entry objects.
|
||||
|
@ -146,4 +146,4 @@
|
||||
( 'y' 255 ) ( 'Y' 190 )
|
||||
dacu '´' ( 'a' 'á' ) ( 'e' 'é' ) ( 'i' 237 ) ( 'o' 'ó') ( 'u' 'ú' )
|
||||
( 'A' 'Á' ) ( 'E' 'É' ) ( 'I' 'Í' ) ( 'O' 'Ó' ) ( 'U' 'Ú' )
|
||||
( 'Y' 221 ) ( 'y' 253 )
|
||||
( 'Y' 221 ) ( 'y' 253 )
|
||||
|
2
tools/regression/usr.bin/env/Makefile
vendored
2
tools/regression/usr.bin/env/Makefile
vendored
@ -14,4 +14,4 @@ all:
|
||||
# This will probably need a bit more thought...
|
||||
testenv:
|
||||
@ruby regress-sb.rb --rgdata=${.CURDIR}/regress-env.rgdata \
|
||||
--testpgm=${TESTPGM}
|
||||
--testpgm=${TESTPGM}
|
||||
|
@ -8,4 +8,4 @@ CFLAGS+= -DCONFIG_T3_REGS -DCHELSIO_INTERNAL
|
||||
|
||||
install:
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
LIBEVENT= ${.OBJDIR}/../libevent/libevent.a
|
||||
|
||||
.include "../Makefile.inc"
|
||||
.include "../Makefile.inc"
|
||||
|
Loading…
Reference in New Issue
Block a user