Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2018 04:53:30 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339766 - head/sys/sys
Message-ID:  <201810260453.w9Q4rUiW092850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Oct 26 04:53:29 2018
New Revision: 339766
URL: https://svnweb.freebsd.org/changeset/base/339766

Log:
  Remove #warning since it breaks libsysdecode

Modified:
  head/sys/sys/joystick.h

Modified: head/sys/sys/joystick.h
==============================================================================
--- head/sys/sys/joystick.h	Fri Oct 26 04:13:56 2018	(r339765)
+++ head/sys/sys/joystick.h	Fri Oct 26 04:53:29 2018	(r339766)
@@ -49,6 +49,4 @@ struct joystick {
 #define JOY_GET_X_OFFSET  _IOR('J', 5, int)    /* get offset on X-axis */
 #define JOY_GET_Y_OFFSET  _IOR('J', 6, int)    /* get offset on Y-axis */
 
-#warning "This interface is for obsolete hardware and will be removed in FreeBSD 13"
-
 #endif /* !_SYS_JOYSTICK_H_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810260453.w9Q4rUiW092850>