[ros-diffs] [sginsberg] 35837: - "0xbadf00d" is not a valid tag. use "PcNt" instead

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Sun Aug 31 19:56:14 CEST 2008


Author: sginsberg
Date: Sun Aug 31 12:56:13 2008
New Revision: 35837

URL: http://svn.reactos.org/svn/reactos?rev=35837&view=rev
Log:
- "0xbadf00d" is not a valid tag. use "PcNt" instead

Modified:
    trunk/reactos/drivers/network/dd/pcnet/pcnet.h

Modified: trunk/reactos/drivers/network/dd/pcnet/pcnet.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/network/dd/pcnet/pcnet.h?rev=35837&r1=35836&r2=35837&view=diff
==============================================================================
--- trunk/reactos/drivers/network/dd/pcnet/pcnet.h [iso-8859-1] (original)
+++ trunk/reactos/drivers/network/dd/pcnet/pcnet.h [iso-8859-1] Sun Aug 31 12:56:13 2008
@@ -146,7 +146,7 @@
 #endif
 
 /* memory pool tag */
-#define PCNET_TAG 0xbaadf00d
+#define PCNET_TAG TAG('P', 'c', 'N', 't')
 
 #endif // _PCNET_H_
 



More information about the Ros-diffs mailing list