OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: xenocara

From: Matthieu Herrb (matthieucvs.openbsd.org)
Date: Sun Sep 13 2009 - 10:02:03 CDT


CVSROOT: /cvs
Module name: xenocara
Changes by: matthieucvs.openbsd.org 2009/09/13 09:02:03

Modified files:
        xserver/include: resource.h

Log message:
Do not use 'deprecated' attribute on gcc < 3.1.
It causes lots of spurious warnings in build logs.
suggestion to make the test gcc >= 3.1 millert, ok todd, miod