Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/wsmoused conditional build fix.



details:   https://anonhg.NetBSD.org/src/rev/d3a26b441c45
branches:  trunk
changeset: 985609:d3a26b441c45
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Wed Sep 01 06:10:06 2021 +0000

description:
conditional build fix.

diffstat:

 usr.sbin/wsmoused/wsmoused.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8fb3c82303f7 -r d3a26b441c45 usr.sbin/wsmoused/wsmoused.c
--- a/usr.sbin/wsmoused/wsmoused.c      Wed Sep 01 03:08:08 2021 +0000
+++ b/usr.sbin/wsmoused/wsmoused.c      Wed Sep 01 06:10:06 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsmoused.c,v 1.26 2011/05/31 03:37:02 christos Exp $ */
+/* $NetBSD: wsmoused.c,v 1.27 2021/09/01 06:10:06 mlelstv Exp $ */
 
 /*
  * Copyright (c) 2002, 2003, 2004 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
 #ifndef lint
 __COPYRIGHT("@(#) Copyright (c) 2002, 2003\
  The NetBSD Foundation, Inc.  All rights reserved.");
-__RCSID("$NetBSD: wsmoused.c,v 1.26 2011/05/31 03:37:02 christos Exp $");
+__RCSID("$NetBSD: wsmoused.c,v 1.27 2021/09/01 06:10:06 mlelstv Exp $");
 #endif /* not lint */
 
 #include <sys/ioctl.h>
@@ -71,7 +71,7 @@
 static int X_Console = -1;
 static int X_Console_Delay = 5;
 
-#ifdef WSMOUSED_SELECTION_MODE
+#ifdef WSMOUSED_ACTION_MODE
 extern struct mode_bootstrap Action_Mode;
 #endif
 #ifdef WSMOUSED_SELECTION_MODE



Home | Main Index | Thread Index | Old Index