DragonFly commits List (threaded) for 2004-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/include
: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@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@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]