mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo: compatability -> compatibility.
Compatability is not an existing english word. Add $FreeBSD$.
This commit is contained in:
parent
1a6e52d0e9
commit
a3573c6679
4 changed files with 10 additions and 4 deletions
|
|
@ -31,6 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)telnet.h 8.2 (Berkeley) 12/15/93
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _ARPA_TELNET_H_
|
||||
|
|
@ -213,7 +214,7 @@ char *telopts[NTELOPTS+1] = {
|
|||
#define NSLC 30
|
||||
|
||||
/*
|
||||
* For backwards compatability, we define SLC_NAMES to be the
|
||||
* For backwards compatibility, we define SLC_NAMES to be the
|
||||
* list of names if SLC_NAMES is not defined.
|
||||
*/
|
||||
#define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)hash.h 8.3 (Berkeley) 5/31/94
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
/* Operations */
|
||||
|
|
@ -104,7 +105,7 @@ typedef struct htab { /* Memory resident data structure */
|
|||
int cbucket; /* Current bucket */
|
||||
int cndx; /* Index of next item on cpage */
|
||||
int error; /* Error Number -- for DBM
|
||||
* compatability */
|
||||
* compatibility */
|
||||
int new_file; /* Indicates if fd is backing store
|
||||
* or no */
|
||||
int save_file; /* Indicates whether we need to flush
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@
|
|||
* LIABILITY, OR TORT (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$
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
|
@ -62,7 +64,7 @@ ns_addr(name)
|
|||
* First, figure out what he intends as a field separtor.
|
||||
* Despite the way this routine is written, the prefered
|
||||
* form 2-272.AA001234H.01777, i.e. XDE standard.
|
||||
* Great efforts are made to insure backward compatability.
|
||||
* Great efforts are made to insure backward compatibility.
|
||||
*/
|
||||
if ((hostname = strchr(buf, '#')) != NULL)
|
||||
separator = '#';
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@
|
|||
* LIABILITY, OR TORT (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$
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
|
@ -62,7 +64,7 @@ ipx_addr(name)
|
|||
* First, figure out what he intends as a field separtor.
|
||||
* Despite the way this routine is written, the prefered
|
||||
* form 2-272.AA001234H.01777, i.e. XDE standard.
|
||||
* Great efforts are made to insure backward compatability.
|
||||
* Great efforts are made to insure backward compatibility.
|
||||
*/
|
||||
if ( (hostname = strchr(buf, '#')) )
|
||||
separator = '#';
|
||||
|
|
|
|||
Loading…
Reference in a new issue