mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Revert some of r177626. "in in" is valid in certain sentences.
PR: 121490 MFC after: 3 days
This commit is contained in:
parent
6e482ac5ad
commit
b633aa9451
6 changed files with 6 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ extern void *ypresp_data;
|
|||
* I'm leaving the xdr_datum() function in purely for backwards
|
||||
* compatibility. yplib.c doesn't actually use it, but it's listed
|
||||
* in yp_prot.h as being available, so it's probably a good idea to
|
||||
* leave it in case somebody goes looking for it.
|
||||
* leave it in in case somebody goes looking for it.
|
||||
*/
|
||||
typedef struct {
|
||||
char *dptr;
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
/*
|
||||
* Read in various integral values. The source pointer could be
|
||||
* unaligned. Values are read in native byte order. The source
|
||||
* unaligned. Values are read in in native byte order. The source
|
||||
* pointer is incremented appropriately.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ This gives you a convenient way to detect the attacker.
|
|||
Making
|
||||
it impossible for an attacker to install a backdoor may actually be detrimental
|
||||
to your security because it will not close off the hole the attacker used to
|
||||
break in the first place.
|
||||
break in in the first place.
|
||||
.Pp
|
||||
Security remedies should always be implemented with a multi-layered
|
||||
.Dq onion peel
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ lookup_path: push %si # Save file name pointer
|
|||
lookup_found: # Found a loader file
|
||||
#
|
||||
# Load the binary into the buffer. Due to real mode addressing limitations
|
||||
# we have to read it in 64k chunks.
|
||||
# we have to read it in in 64k chunks.
|
||||
#
|
||||
mov DIR_SIZE(%bx),%eax # Read file length
|
||||
add $SECTOR_SIZE-1,%eax # Convert length to sectors
|
||||
|
|
|
|||
|
|
@ -415,7 +415,7 @@ lookup_path: push %si # Save file name pointer
|
|||
lookup_found: # Found a loader file
|
||||
#
|
||||
# Load the binary into the buffer. Due to real mode addressing limitations
|
||||
# we have to read it in 64k chunks.
|
||||
# we have to read it in in 64k chunks.
|
||||
#
|
||||
mov %es:DIR_SIZE(%bx),%eax # Read file length
|
||||
add $SECTOR_SIZE-1,%eax # Convert length to sectors
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ struct stkstr {
|
|||
int opno; /* number of opening bracket */
|
||||
int pl; /* '+', '-', ' ' for \s, 1 for \f, 0 for .ft */
|
||||
int parm; /* parm to size, font, etc */
|
||||
int lno; /* line number the thing came in */
|
||||
int lno; /* line number the thing came in in */
|
||||
} stk[MAXSTK];
|
||||
int stktop;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue