Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2003 10:20:38 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 27238 for review
Message-ID:  <200303221820.h2MIKcFt068008@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=27238

Change 27238 by sam@sam_ebb on 2003/03/22 10:20:01

	remove M_* workaround

Affected files ...

.. //depot/projects/em/if_em.c#5 edit

Differences ...

==== //depot/projects/em/if_em.c#5 (text+ko) ====

@@ -35,10 +35,6 @@
 
 #include <dev/em/if_em.h>
 
-#ifndef M_DONTWAIT
-#define	M_DONTWAIT	M_NOWAIT	/* XXX temporary workaround */
-#endif
-
 /*********************************************************************
  *  Set this to one to display debug statistics                                                   
  *********************************************************************/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message



home | help

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