mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Oops, sorry, a #define line for my debugging session slipped into
the last commit ;-<
This commit is contained in:
parent
cbc17342c2
commit
409bd75190
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33272
@ -25,7 +25,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.250 1998/02/11 15:00:24 yokota Exp $
|
||||
* $Id: syscons.c,v 1.251 1998/02/11 15:02:40 yokota Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
@ -86,8 +86,6 @@
|
||||
#define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS)
|
||||
#endif
|
||||
|
||||
#define SC_MOUSE_CHAR (0x03)
|
||||
|
||||
#if !defined(SC_MOUSE_CHAR)
|
||||
#define SC_MOUSE_CHAR (0xd0)
|
||||
#endif
|
||||
|
@ -25,7 +25,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.250 1998/02/11 15:00:24 yokota Exp $
|
||||
* $Id: syscons.c,v 1.251 1998/02/11 15:02:40 yokota Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
@ -86,8 +86,6 @@
|
||||
#define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS)
|
||||
#endif
|
||||
|
||||
#define SC_MOUSE_CHAR (0x03)
|
||||
|
||||
#if !defined(SC_MOUSE_CHAR)
|
||||
#define SC_MOUSE_CHAR (0xd0)
|
||||
#endif
|
||||
|
@ -25,7 +25,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.250 1998/02/11 15:00:24 yokota Exp $
|
||||
* $Id: syscons.c,v 1.251 1998/02/11 15:02:40 yokota Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
@ -86,8 +86,6 @@
|
||||
#define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS)
|
||||
#endif
|
||||
|
||||
#define SC_MOUSE_CHAR (0x03)
|
||||
|
||||
#if !defined(SC_MOUSE_CHAR)
|
||||
#define SC_MOUSE_CHAR (0xd0)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user