Remove unused macros.
This commit is contained in:
parent
f71c1f4842
commit
cd6150e9ad
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: sys_term.c,v 1.47 2013/06/28 15:48:02 christos Exp $ */
|
/* $NetBSD: sys_term.c,v 1.48 2018/12/13 04:29:18 maya Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1989, 1993
|
* Copyright (c) 1989, 1993
|
||||||
@ -34,7 +34,7 @@
|
|||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95";
|
static char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95";
|
||||||
#else
|
#else
|
||||||
__RCSID("$NetBSD: sys_term.c,v 1.47 2013/06/28 15:48:02 christos Exp $");
|
__RCSID("$NetBSD: sys_term.c,v 1.48 2018/12/13 04:29:18 maya Exp $");
|
||||||
#endif
|
#endif
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
@ -51,9 +51,6 @@ __RCSID("$NetBSD: sys_term.c,v 1.47 2013/06/28 15:48:02 christos Exp $");
|
|||||||
#include <utmpx.h>
|
#include <utmpx.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SCPYN(a, b) (void) strncpy(a, b, sizeof(a))
|
|
||||||
#define SCMPN(a, b) strncmp(a, b, sizeof(a))
|
|
||||||
|
|
||||||
struct termios termbuf, termbuf2; /* pty control structure */
|
struct termios termbuf, termbuf2; /* pty control structure */
|
||||||
|
|
||||||
void getptyslave(void);
|
void getptyslave(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user