cvs commit: src/sys/net/sppp if_spppsubr.c
Eirik Nygaard
eirikn at kerneled.com
Sun Feb 8 03:24:55 PST 2004
On Sun, Feb 08, 2004 at 02:59:23AM -0800, Robert Garrett wrote:
> rob 2004/02/08 02:59:23 PST
>
> DragonFly src repository
>
> Modified files:
> sys/net/sppp if_spppsubr.c
> Log:
> __FreeBSD__ -> __DragonFly__
>
> Revision Changes Path
> 1.9 +21 -21 src/sys/net/sppp/if_spppsubr.c
>
>
> http://www.dragonflybsd.org/cvsweb/src/sys/net/sppp/if_spppsubr.c.diff?r1=1.8&r2=1.9&f=h
>
Is the __DragonFly__ >= 1 really needed? In my oppinion it is a little
over-kill.
[ code snippet ]
-#if defined(__FreeBSD__) && __FreeBSD__ >= 3
+#if defined(__DragonFly___) && __DragonFly__ >= 1
--
Eirik Nygaard
eirikn at xxxxxxxxxxxx Never let a computer know you're in a hurry.
Attachment:
pgp00000.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00000.pgp
Type: application/octet-stream
Size: 187 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/commits/attachments/20040208/15bf4cc6/attachment-0022.obj>
More information about the Commits
mailing list