cvs commit: src/include

Matthew Dillon dillon at apollo.backplane.com
Sun Oct 31 13:32:27 PST 2004


: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>





More information about the Commits mailing list