DragonFly commits List (threaded) for 2008-06
DragonFly BSD
DragonFly commits List (threaded) for 2008-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/sys _null.h


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Jun 2008 10:49:53 -0700 (PDT)

swildner    2008/06/05 10:49:53 PDT

DragonFly src repository

  Added files:
    sys/sys              _null.h 
  Log:
  Add <sys/_null.h> for the definition of NULL:
  
  [...]
  #ifndef __cplusplus
  #define NULL	((void *)0)
  #else
  #define NULL	0
  #endif
  [...]




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]