Module Name:    src
Committed By:   mlelstv
Date:           Wed Sep  1 06:10:06 UTC 2021

Modified Files:
        src/usr.sbin/wsmoused: wsmoused.c

Log Message:
conditional build fix.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/wsmoused/wsmoused.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/wsmoused/wsmoused.c
diff -u src/usr.sbin/wsmoused/wsmoused.c:1.26 src/usr.sbin/wsmoused/wsmoused.c:1.27
--- src/usr.sbin/wsmoused/wsmoused.c:1.26	Tue May 31 03:37:02 2011
+++ src/usr.sbin/wsmoused/wsmoused.c	Wed Sep  1 06:10:06 2021
@@ -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 Foreground = 1;
 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

Reply via email to