cvs commit: src/include

Liam J. Foy liamfoy at sepulcrum.org
Sun Oct 31 13:38:23 PST 2004


On Sun, 31 Oct 2004 13:31:56 -0800 (PST)
Matthew Dillon <dillon at xxxxxxxxxxxxxxxxxxxx> wrote:

> 
> :My bad sorry!
> :
> :Index: grp.h
> :===================================================================
> :RCS file: /home/dcvs/src/include/grp.h,v
> :retrieving revision 1.3
> :diff -u -r1.3 grp.h
> :--- grp.h       31 Oct 2004 19:01:00 -0000      1.3
> :+++ grp.h       31 Oct 2004 22:21:30 -0000
> :@@ -39,6 +39,7 @@
> :  * $DragonFly: src/include/grp.h,v 1.3 2004/10/31 19:01:00 liamfoy Exp $
> :  */
> : 
> :+#include <sys/types.h>
> : #ifndef _GRP_H_
> : #define        _GRP_H_
> : 
> :Look ok to you?
> :
> :-- 
> :- Liam J. Foy
> :liamfoy at xxxxxxxxxxxxx
> 
>     Put *inside* The _GRP_H_ check.   There's no need to have it outside.
> 
>     #ifndef _GRP_H_
>     #define _GRP_H_
> 
>     #include <sys/types.h>
> 
>     ...
> 
> 
> 					-Matt
> 					Matthew Dillon 
> 					<dillon at xxxxxxxxxxxxx>

Committed! Thanks Matt.

-- 
- Liam J. Foy
liamfoy at xxxxxxxxxxxxx





More information about the Commits mailing list